home *** CD-ROM | disk | FTP | other *** search
/ Super PC 35 / Super PC 35 (Shareware).iso / spc / UTIL / HWINF232 / HWINFO.DOC < prev    next >
Encoding:
Text File  |  1996-03-10  |  163.2 KB  |  3,750 lines

  1.  ╔════════════════════════════════════════════════════════════════════════════╗
  2.  ║        HWiNFO - Copyright (c)1995-96 RealSoft, All Rights Reserved.        ║
  3.  ║ ────────────────────────────────────────────────────────────────────────── ║
  4.  ║                  Version 2.32 ; Last Update: Mar-10-1996                 ║
  5.  ╚════════════════════════════════════════════════════════════════════════════╝
  6.  ** Any comments, logfiles or questions are welcome: malik@iris.elf.stuba.sk **
  7.  *************************************************** malik@us.svf.stuba.sk   **
  8.  
  9.  
  10.  
  11.                  ┌──────────────────────────────────────────┐
  12.                  │  USE THIS PROGRAM ONLY AT YOUR OWN RISK  │
  13.                  └──────────────────────────────────────────┘
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.   HWiNFO is a !POWERFUL! hardware detection program. The whole code is written
  21.   in pure assembler (btw about 25,000 lines), thus it's so tiny. It is simple,
  22.   quick and on most systems very efficient. It "tries" to give only Important
  23.   informations about all the physical things in your computer so, that you must
  24.   not look inside the PC to see what's there. The most routines access directly
  25.   hardware, to avoid some programs to emulate non-existing computer hardware.
  26.   I have excluded all the unnesessary informations, such as CMOS, Interrupts,
  27.   Drivers, Partitions info and many others (like Norton Sysinfo, Check-It :-)),
  28.   cause as for me, nobody can use it. I hope, you don't want HWiNFO to
  29.   determine your mouse cable lenght or the speed of your computer ventilator...
  30.  
  31.  
  32.   The newest version is always available at:
  33.   SAC archive   - ftp.elf.stuba.sk /pub/pc/util1     or at SAC BBS
  34.  
  35.   At other sitez/BBS later...
  36.   SAC mirrors   - ftp.vse.cz /pub/msdos/SAC/pub/pc/util1
  37.                   ftp.cs.tu-berlin.de /pub/msdos/mirrors/ftp.elf.stuba.sk/pub/pc/util1
  38.                   ftp-beer.bke.hu /pub/sac/pc/util1
  39.                   192.217.228.45 /SAC/pub/pc/util1
  40.   Garbo archive - garbo.uwasa.fi /pc/sysinfo
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  ## Requirements ##############################################################
  47.  
  48.     - DOS 3.0 or newer
  49.     - cca. 240 KBytes of free system memory
  50.     - Real mode (not V86 !)
  51.     - Needs to be executed from directory in which it's installed in !
  52.       (I suggest, you don't rename the executable file)
  53.  
  54.     Well, that's all. I hope, it will work on all machines.
  55.  
  56.  
  57.  
  58.  
  59.  ## Registration ##############################################################
  60.  
  61.   HWiNFO is shareware, meaning that you can test the program free and check
  62.   if it is useful for you. The public version is Unregistered, but works at
  63.   FULL Power! It's of no use to make such a Shareware version of hardware
  64.   detection program with limited abilities. The only disadvantage is the
  65.   message, that HWiNFO isn't registered and to press a random key while the
  66.   results are showen.
  67.  
  68.   If you think you could use this program and don't want to see that stupid
  69.   message, or if you continue using it after a trial period of 30 days, you
  70.   should register. Otherwise after this period HWiNFO becomes an illegal copy
  71.   and you have to delete it.
  72.  
  73.   If you decide to register, you should print out the file "REGISTER.FRM", fill
  74.   it and send to this address:
  75.  
  76.                    Martin Malík
  77.                    Jakubovo nám. 3
  78.                    811 09 Bratislava
  79.                    SLOVAK REPUBLIC
  80.                    EUROPE
  81.  
  82.   If you include your Internet e-mail address, you will receive the keys via
  83.   e-mail, otherwise snail mail.
  84.  
  85.   Once you have obtained the five Keys needed to register, put exactly the same
  86.   name (as included in REGISTER.FRM), all keys in the <Register> menu of HWiNFO
  87.   and the current version will become registered.
  88.  
  89.   Note: Remember the name string, you've send me in REGISTER.FRM, because the
  90.         Registration Keys depend on it !
  91.  
  92.  
  93.   Well, the Registration fee is:
  94.  
  95.   Single Registration                  -> $15 / 20 DM
  96.                                           or 300.- Sk  (Slovak/Czech people)
  97.  
  98.   Multiple Registrations (Companies)   -> Contact me first for special
  99.                                           arrangements.
  100.  
  101.   A single registration is valid for all future versions. And there will be
  102.   a lot of newer versions of course.
  103.  
  104.   You should register Now !
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  ## Comments... ###############################################################
  114.  
  115.  
  116.   The CPU ID is available only on 386+ CPUs and HWiNFO uses three ways to
  117.   obtain this ID:
  118.  
  119.   Method 1 - Does Reset the CPU while A20 is Enabled.
  120.              This method works on all systems, but the Reset handler gets
  121.              control after BIOS. And some BIOSes (some newer AMI/Award BIOSes)
  122.              destroy CPU ID (EDX) and therefore this ID could be invalid.
  123.              This method is default <Enabled> in Setup section.
  124.  
  125.   Method 2 - Does Reset the CPU while A20 is Disabled.
  126.              This method works only on some machines, which do have a
  127.              Fully-Terminated bus. It's a better way to obtain CPU ID, because
  128.              it gets control immediately after Reset (the BIOS can't destroy
  129.              EDX).
  130.              This method is default <Disabled> in Setup section.
  131.  
  132.   Method 3 - Try to use this method if your BIOS destroys CPU ID. But it works
  133.              only on systems, which do not have Main BIOS Write-Protected,
  134.              because it modifies it for a bit, and then restores back. (This
  135.              method works well on my machine and is the only way to get CPU ID).
  136.              This method is default <Enabled> in Setup setction.
  137.  
  138.  
  139.  
  140.   HWiNFO tries to determine CPU ID this way, via: 1. CPUID instruction
  141.                                                   2. BIOS (INT 15h)
  142.                                                   3. Method 2 (if Enabled)
  143.                                                   4. Method 3
  144.                                                   5. Method 1
  145.  
  146.   If you have an UMC U5SX/SD/SLV/486DX2/SX2, Enhanced Am486DX2/DX4/DX4-WB,
  147.   Intel 486DX/SX/DX2 SL-Enhanced, IntelDX4, IntelSX2, IntelDX2 W-B Enh. or
  148.   Intel Pentium(TM) and above, there is no need to Reset the CPU (this CPUs
  149.   support CPUID instruction). The most CPUs today support CPUID instruction.
  150.   Note: Nx586 does NOT support CPUID instruction yet.
  151.  
  152.   Disabling "CPU ID detection via Method 1, 2 and 3" reduces your CPU detection
  153.   range! And if there's no other way to obtain ID (via BIOS or CPUID
  154.   instruction), it won't identify 386SL, i386CX/EX, 486DX2, IBM 486... and some
  155.   other CPUs. Do this only if your system hangs while CPU detection.
  156.  
  157.   Some BIOSes (like - AMI PCI PnP WinBIOS 12/15/93) simply OVERWRITE the
  158.   CPU ID (EDX) :-< ! In this case is an invalid CPU ID displayed and the CPU
  159.   problably not correctly identified. If this problem occurs, try to use
  160.   Method 3 (but your Main BIOS must be Write-Enabled !). If it doesn't work,
  161.   try to use Method 2 (but you must have a Fully-Terminated bus !). And if
  162.   HWiNFO still displays, that Method 1 was used to obtain CPU ID, not Method 2
  163.   nor 3 can obtain it.
  164.  
  165.  
  166.   This program can't be run in V86 mode (under EMM386, QEMM386, 386MAX, Windows
  167.   and so on), because some of the detection routines can't work in this mode.
  168.   V86 mode and Multitasking Environments also manipulate Benchmark results,
  169.   BIOS scan and are able to control direct I/O operations, which can cause
  170.   invalid results. Windows NT(tm) does not allow 16-bit appz to directly access
  171.   the disk and some hardware routines cause problems, thus it can't be
  172.   supported. Currently HWiNFO will crash if it's run under WinNT, but this is
  173.   due to one bug in the protection program (PROT! v5.5 Registered), which hangs
  174.   the system under this environment.
  175.  
  176.  
  177.   !!  ARIA sound card, Stacker Compression Card and 3Com EtherLink III Adapter
  178.   !!  detection routines cause crash or reconfiguration of some Network cards.
  179.   !!  You can disable them the in Setup section (ARIA and Stacker check are
  180.   !!  default disabled and 3Com EtherLink III enabled).
  181.  
  182.  
  183.   On some old motherboards are random number obtained from not used I/O ports
  184.   and this may cause invalid identification of Aria sound card or Hitachi
  185.   CD-ROM. I don't know how to solve this problem.
  186.  
  187.  
  188.   The Mainboard Chipset indentification works only on newer (≈ 1991 and above)
  189.   AMI and newer AWARD BIOSes. HWiNFO is also able to detect Intel 82420TX
  190.   SATURN, 82425EX ARIES, 82430LX NEPTUNE and 82430FX TRITON not depending on
  191.   the type of BIOS.
  192.  
  193.  
  194.   Fixed Disk Data Transfer rate reads data from one physical sector until 4
  195.   secconds. Some caches (like Hyperdisk; but NCACHE or SMARTDRV don't) could
  196.   cause an invalid results. Also some mainboards, which have incompatible
  197.   timers could cause problems.
  198.  
  199.  
  200.   Fixed Disk Average Seek receives results while seeking permanently 100* from
  201.   cylinder 0 to a cylinder, which is 1/3 of max. cylinder number. Thus some
  202.   programs could report another results if they seek to an another cylinder.
  203.   SCSI disks and some Cache programs (Hyperdisk) don't generate Seek requests,
  204.   thus the Seek and RPM result is abnormal and HWiNFO displays <N/A>.
  205.  
  206.  
  207.   PCMCIA detection requires Socket Services to be installed.
  208.  
  209.  
  210.   Video Throughput benchmark depends only on External CPU frequency and the
  211.   type of Video board used; e.g. 486DX-33 with the same graphics board as an
  212.   i486DX4-100 (running at 3*33 MHz) report the same Video Throughput speed !
  213.  
  214.  
  215.   CD-ROM benchmark requires MSCDEX.EXE (Microsoft CD-ROM Extensions) to
  216.   be installed.
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  ## Creating a logfile ########################################################
  224.  
  225.   You can create a log file by pressing the <PrintScreen> key; it will add the
  226.   results from current screen to a file named "hwinfo.log". You can change the
  227.   name of this file by entering the .log filename you want, as an paramater to
  228.   hwinfo; eg. "hwinfo.exe my.log".
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  ## History ###################################################################
  237.  
  238.  
  239.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.11ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  240.  
  241.  - Detects IDE Fixed Disk size up to 4 GB (Added for E-IDE support).
  242.  - Added Network detection - for FTP Packet Drivers.
  243.  - Added PCMCIA sockets and Adaptec 154x/1640/174x cards detection.
  244.  - Fixed some bugs.
  245.  - New design.
  246.  
  247.  
  248.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.12ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  249.  
  250.  - Converted to .EXE, changed protection.
  251.  - Fixed CPU identification through RESET (A20 line) and some another bugs.
  252.  
  253.  
  254.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.13ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  255.  
  256.  - Added SCSI Peripherals (Disks, Streamers, Printers, Processors, WORMs,
  257.    CD-ROMs, Scanners, Optical Drives...) identification for all devices, that
  258.    support ASPI (SCSIMGR$) driver.
  259.  - Moved SCSI CD-ROM detection into SCSI Peripherals section.
  260.  - Fixed bug in TVGA 8800BR/CS video memory size detection.
  261.  - Some new expansion cards added (SCSI Host Adapters).
  262.  - Added Intel Plug-and-Play support detection.
  263.  - Some new CPUs added.
  264.  
  265.  
  266.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.14ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  267.  
  268.  - Some minor bugs fixed (Intel Pentium FDIV error, ASPI, Design...).
  269.  - Added Upgrade and OverDrive CPU detection for CPUs, that support CPUID.
  270.  - Some Stupid Old 286- BIOSes crash while PCMCIA and Plug-and-Play detection
  271.    (they don't return an error from INT 1Ah, but jump elsewhere ... - there is
  272.    no workaround). Disable these item in Setup section, if your system hangs.
  273.  - Fixed miro video cards detection (now fully depending on BIOS).
  274.  - Added new Tseng W32i/p chipset revisions and WD90C35.
  275.  - Fixed Matsushita through Sound Blaster connected CD-ROM's detection.
  276.  - I have rewritten the whole Disk info; more flexible. Now: Supports 4 Disk
  277.    Drives (E-IDE), obtains some info from MFM/RLL/ARLL and ESDI disks and
  278.    individual Fixed Disk Controller detection added (for multiple Controller
  279.    systems). But SCSI drives still do not return any info (except drive size
  280.    for those, which do not have disabled INT 13h); try to look into SCSI
  281.    section.
  282.  - Added Cyrix M1 and Intel Pentium P24T CPU.
  283.  - Added new Adaptec Host Adapters.
  284.  
  285.  
  286.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.2 ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  287.  
  288.  - Total NEW design, "User friendly", mouse support own fonts...
  289.  - Added creating of a log file.
  290.  - Added PCI and EISA slot contents identification (expansion cards ID's).
  291.  - Added several new MCA expansion cards (now recognizes 1224 MCA cards).
  292.  - Added Future Domain SCSI controllers identification.
  293.  - Some minor bugs fixed.
  294.  - Added FPU frequency detection.
  295.  
  296.  
  297.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.21ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  298.  
  299.  - Added ALG2228, NCR 77C32BLT and Weitek W5086/W5186/W5286 processor + P9000
  300.    coprocessor detection.
  301.  - Added new video memory size detection for chipsets, whose video memoy was
  302.    unable to detect.
  303.  - Rewritten SCSI devices identification and SCSI disks now return physical
  304.    physical informations.
  305.  - Advanced design.
  306.  - Added new detection for ATI Mach64 with Video memory size detection.
  307.    Hope it will work...
  308.  - For some graphics cards and chipsets added Bus interface type detection.
  309.  
  310.  
  311.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.22ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  312.  
  313.  - Some work on design.
  314.  - Added Intel P6 (Civil name not yet available).
  315.  - Added APM check and Battery status report.
  316.  - Added VESA Power Management detection.
  317.  - Added Hercules MDA cards check (maybe they still exist somewhere).
  318.  - Added some new FPU's.
  319.  - Some minor bugs fixed.
  320.  - Added VLB test, but only if there is a VLB Video card present :-(
  321.  - Added Intel Pentium P55C and P24CT, not quite sure...
  322.  
  323.  
  324.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.23ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  325.  
  326.  - Added AMD 80C287 Co-Processor.
  327.  - Added Intel P23T and Scorpion Co-Processors (but what are they about???).
  328.  - Some bugs fixed.
  329.  - New stepping levels added.
  330.  - Added detection of SL CPU IDs (30Eh, OMCU).
  331.  - Some work on FPU and CPU frequency detection. I've used new routines and
  332.    now it works fine!
  333.  - Some work on Cache size detection - added Internal cache size detection;
  334.    Internal Cache 1-32 KB; External Cache 64-512 KB.
  335.  - Added support for PCI Expansion cards Configuration Space Access Mechanism
  336.    1 and 2.
  337.  - Added Chipset detection for newer Award BIOSes.
  338.  - Better detection of Cx487S Co-Processor.
  339.  
  340.  
  341.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.3 ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  342.  
  343.  - Some new bugs found :-( Fixed...
  344.  - New stepping levels added.
  345.  - Added AMD Krypton K5 (but K5 is still not released), some new Cyrix CPUs,
  346.    TI486SXLC and Am486(TM) SX2.
  347.  - The Internal Cache size reflects only the Data (not Instruction!) cache.
  348.  - Discovered, that some BIOSes (newer AMI Win VLB/PCI) destroy CPU ID.
  349.  - Added some new Am486 CPUs.
  350.  - Added Trident GUI9440 AGi (VLB).
  351.  - Added Method 2 to get CPU ID (Reset while A20 is Disabled --> INT 6).
  352.  - Now it tells, which Method was used to obtain CPU ID - the dark blue text
  353.    in CPU ID column.
  354.  - Added Cx486DX2-v (3.0 V) and ST486DX2.
  355.  - Fixed some bugs while running on an XT. ;-)
  356.  - Added Fixed Disk Performance report
  357.    (Data Transfer rate and Average Seek Time) - via BIOS.
  358.  - Fixed detection and added frequency determination for Nx586.
  359.  
  360.  
  361.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.31ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  362.  
  363.  - Precisious CPU & FPU frequency detection added (On Am486DX2-80 ± 0.2 MHz).
  364.  - Added PCI, APM and P-N-P version report.
  365.  - Some work with colors.
  366.  - Added Avance Logic ALG2301 (PCI).
  367.  - Added Shadow RAM and Total Memory report. I don't think it will work 100%.
  368.  - Some new steppings added.
  369.  - Added detection of AMI Flash BIOS + version. But only if it supports
  370.    AMI BIOS-Flash Interface.
  371.  - Added Wide (16-bit) / (32-bit) SCSI report if present.
  372.  - Added Fixed Disk Spindle Speed report (RPM). Precision ±3 RPM.
  373.  - Added Method 3 to obtain CPU ID (modifies BIOS). On my PC (BIOS overwrites
  374.    CPU ID) works it pretty good and displays a correct CPU ID.
  375.  - Added Sound Blaster SCSI-2 and AWE32.
  376.  - Added Am486DX4 W-B Enhanced, Max. Disk PIO Mode, Disk Transfer Width, IORDY
  377.    and something else...
  378.  
  379.  
  380.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.4 ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  381.  
  382.  - Added Video BIOS version report.
  383.  - Added Video Card Bus width report for some cards.
  384.  - New routine for Game Ports detection.
  385.  - Better detection of BIOS manufacturers (AMI WinBIOS...) + date.
  386.  - Added SMBus.
  387.  - Fixed older 1MB Trident video cards memory report.
  388.  - Added ATI Graphics Xpression Pro, Diamond Stealth64 Video,
  389.    Diamond Stealth64 Video VRAM, Genoa Phantom 64 8864 and Genoa Phantom Pro
  390.    graphics boards.
  391.  - Added Data Care DC-600A/DC-620A Disk Cache Controller.
  392.  - Added Video RAM Throughput report (ditect, 16-bit, write).
  393.  - Added DHRYSTONE report - used Norbert Juffa's (CTEST260) Pascal routine of
  394.    Dhrystone 2.1. I've implemented a totally identical code (in assembler!),
  395.    and the results are nearly the same (± 200 Dhrystones/s).
  396.  - HWiNFO now flushes (Write-Back) NCACHE-x buffers before running.
  397.  - Added Cardex Video Cards detection (ICS5341 tested - Tseng ET4000/W32p).
  398.  - Added Trident 9440AGi, 9660XGi PCI ID and NCR Vendor IDs.
  399.  - Added VIA VT83C461 E-IDE Disk Controller.
  400.  - Added detection of ATAPI devices.
  401.  - Added universal detection of NCR SCSI PCI chips & BIOSes (tested NCR53710).
  402.  - Added Min. Transfer Rates for E-IDE disks report (with DMA, PIO with IORDY
  403.    flow, PIO w/o IORDY flow) and IORDY disableable capability.
  404.  - Added C&T F65525, F65535/45 and F65540 video chipsets.
  405.  - Added new SPEA Graphiti boards.
  406.  - Added RISC Video Accelerator report. First checks for Processor
  407.    (Intel i860/TMS 340x0/Hitachi ACRTC) and then for Accelerator boards
  408.    (now only SPEA Graphiti). I'm working on another boards...
  409.  - Added SPEA Showtime Plus graphics board.
  410.  - New routines for Cirrus video boards detection (incl. identifies CL-GD5428
  411.    if BIOS says CL-GD5426).
  412.  - Added BIOS Extension search (SCSI, ESDI, IDE BIOSes ...). Try and you'll
  413.    see :-)
  414.    DC-600A/DC-620A and NCR PCI chips&BIOSes moved into BIOS Extension section.
  415.  - Added S3 Vision864-P and Vision964-P.
  416.  - Added Genoa VideoBlitz 9500 and III AV.
  417.  
  418.  
  419.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.5 ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  420.  
  421.  - Added: S3 86C805 D, 86C801-P, 86C801/5 rev I and a correct detection routine
  422.    for Vision866, Vision868, Vision968, Trio32, Trio64; ARK1000VL, ARK1000PV,
  423.    ARK2000PV, Sierra Semiconductor SC15064 (Falcon/64), new routine for Weitek
  424.    P9000+W5086/W5186/W5286 / P9100 detection, but the Video memory check is not
  425.    100% correct; IIT AGX-010/011, AGX-014, AGX-015, AGX-016; distinguish
  426.    between ALG2101 and ALG2201; ALG2302, ALG2364; Acer ALi M3145; better
  427.    distinguish between C&T Video chipsets, added 64300 and 64310 WinGine;
  428.    Matrox MGA-I (Atlas) and MGA-II (not quite sure).
  429.  - Added Genoa Hornet II and Diamond Stealth32 Video Cards.
  430.  - Added new Video PCI cards.
  431.  - A new feature, which I was asked for: While Scroll Lock is active, no disk
  432.    benchmarks will be performed.
  433.  - If no TMS board is found while hardware tests (HP IGC, NEC MSGE, SPEA),
  434.    HWiNFO tries to get the board name via standard TIGACD.EXE driver
  435.    (installed at any interrupt in the "SET TIGA=" path or standard at 7Fh).
  436.  - GUS revisions, amount of DRAM report and Gravis Ultra Max added.
  437.  - Some work on ASPI routines and disk reports.
  438.  - Added Sound Blaster AWE32 ASP (hope, it will work).
  439.  - Added several new Video DACs and the whole routine is now rewritten.
  440.    Fixed a bug which occurs on Trident 9000 video boards when bit2 in 3C6h reg.
  441.    is set. The most DAC detection programs crash, but HWiNFO don't :-)
  442.  - Added ATI Mach8 (38800-1; not quite sure!) and some older ATI boards
  443.    identification.
  444.  - Added Diamond Stealth SE video card.
  445.  - Fixed right-alligned (space padded) IDE-disk ser. number report.
  446.  - Added VESA VBE version report.
  447.  - Fixed Edsun CEG DAC detection. Never verified!
  448.    As for me, VGADOC3 uses an invalid routine to detect this DAC, because it
  449.    writes to 3C9h in write mode. But it should work only while writing in
  450.    read mode.
  451.  - Removed AMI Flash BIOS detection (some older AMI BIOSes caused crash).
  452.  - Added Keyboard controller version report.
  453.  - Added IBM 486BLDX2 Blue Lightning and some CPU steppings.
  454.  - Added Adaptec AIC-7770 and AHA-2740 SCSI Hosts.
  455.  - Added detection of Serial port UARTs and baud rate.
  456.    Recognizes 8250, 16450, 16550, 16550A, IBM Type 3.
  457.  - Fixed i486SL ID detection.
  458.  - Added new detection routine for Parallel ports.
  459.    Recognizes 4-bit port, 8-bit Bidirectional and Enhanced Parallel Port (SL).
  460.  - Fixed a small bug in some Cirrus video cards detection.
  461.  - Added Cyrix FasCache Cx486DX4 detection.
  462.  - If Video or Optional BIOS supports Plug-and-Play, a green [PnP] sign is
  463.    displayed.
  464.  - Some new Machine types added.
  465.  - Added UMC U486DX2 and SX2.
  466.  - Added new method of checking for Flash BIOS. If found, displays a green
  467.    "[Flash]" sign in BIOS Manufacturer line.
  468.  
  469.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.6 ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  470.  
  471.  - Added ATI Graphics Vantage detection routine.
  472.  - Hopefully fixed Trident 9440AGi 32-bit bus detection.
  473.  - Added Number Nine VISION FX330, MOTION FX531, MOTION FX771 graphics cards.
  474.  - Added Diamond SpeedStar 24, SpeedStar Plus; Orchid ProDesigner, II, IIs and
  475.    Diamond Viper SE.
  476.  - Added distinguish between ICS5341 and ICS5342 GENDACs.
  477.  
  478.  
  479.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 1.61ß ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  480.  
  481.  - Fixed a BIG-shit bug in Video Throughput test (previously occured only on
  482.    fast machines, like P54C-133).
  483.  - Added about 250 new PCI Vendor and some new Device IDs.
  484.  - Added Intel P54T and a newer detection routine for Cx486DX4-v.
  485.  - Added MultiProcessor Specification (MPS) support !
  486.    HWiNFO is now able to detect the amount and type of more CPUs and/or
  487.    Buses.
  488.  - Added hardware detection of PCMCIA adapter.
  489.  - Added Cirrus Logic CL-GD7541 (Nordic Lite), 7542 (Nordic), 7543 (Viking),
  490.    Trident 9660 XGi, C&T F65548, Number Nine Imagine128 and Alliance Pro
  491.    Motion 3210.
  492.  
  493.  
  494.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 2.00 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  495.  --------------------------> First Public Version <----------------------------
  496.  
  497.  
  498.  - Added another new (about 250 PCI and 150 EISA) Expansion cards.
  499.  - When a PCI BIOS moves the CPU ID into upper part of the DWORD and stores
  500.    0CF8h (PCI configuration register I/O used by some BIOSes immediately to
  501.    initialize machine) into the lower part od CPU ID, HWiNFO recognizes the
  502.    right CPU ID.
  503.  - The Flash ROM detection works now only for ASUSTeK and Award FLASH support.
  504.    I'm working on more...
  505.  - Added Energy Star and GreenPC report.
  506.  - New routine for GUS memory detection.
  507.  
  508.  
  509.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 2.01 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  510.  
  511.  - New nice palette.
  512.  - Some bugfixes.
  513.  - Reduced unregistred version usages :-)
  514.  
  515.  
  516.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 2.20 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  517.  
  518.  - Added Promise Technology EIDE2300PLUS VLB Disk Controller.
  519.  - Added OAK Mozart Sound card.
  520.  - Added new S3 Vision968 ID.
  521.  - Fixed Diamond Stealth64 Video VRAM detection.
  522.  - Fixed GUS DRAM size report.
  523.  - Added new detection routine for Alliance Pro Motion 3210, ATI 88800GX & CX,
  524.    Cirrus new adapters, Matrox MGA series (MGA-I and II),
  525.    #9 Imagine128 Video RAM size detection and fixed some bugs.
  526.  - Added Video card bus detection for another video cards.
  527.  - Added ATT 22c498, IC Works W30c516 DAC, CHRONTEL CH8391, CH8398, IBM RGB524,
  528.    RGB525, OAK 66HC and UMC 70c178 DACs.
  529.  - Fixed some video RAMDAC routines.
  530.  - HWiNFO now (while ISA/VLB checking procedure) says which card is currently
  531.    checked and at which port. If HWiNFO hangs, it allows you to determine which
  532.    hardware test caused it.
  533.  - Added Alliance Pro Motion 3210 video memory size report.
  534.  - Fixed Trident Internal DAC detection.
  535.  - Added Video chipset and card detection steps report.
  536.  
  537.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 2.21 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  538.  
  539.  - Reduced unregistered "typing shit" again ;-)
  540.  - Fixed a really nasty BUG which caused ET3000/4000 and IIT video boards to
  541.    crash. 
  542.  - Hopefully fixed TI TVP3026 DAC detection.
  543.  - Some minor bug fixes and advances.
  544.  - Added distinguish between MFM, RLL and ARLL.
  545.  - Added distinguish between 3Com EtherLink III 3C509B, 3C509B-TP, 3C509B-TPO
  546.    and 3C509B-Combo.
  547.  - 3Com EtherLink III detection can be disabled now in the Setup menu, because
  548.    this routine reconfigured an Western Digital Ethernet card :-(.
  549.  - Some protection against BHcrack added. Hahaha.
  550.  
  551.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 2.22 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  552.  
  553.  - Added detection of Intel 82420TX SATURN, 82425EX ARIES, 82430LX NEPTUNE and
  554.    82430FX TRITON chipset in the System menu (Mainboard chipset).
  555.  - Added new detection routine for Keyboard Controller, it reports the whole
  556.    copyright notice included in the 8042 KBD BIOS.
  557.  - Added Plug-and-Play devices detection.
  558.  - Added new UART types.
  559.  - Added Mediavision MVV452 chipset + MV Pro Graphics 1024 card and MVV462
  560.    Video RAMDAC.
  561.  - Fixed a shitty mouse bug.
  562.  
  563.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 2.23 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  564.  
  565.  - Fixed CPU ID detection Method 2. Now works very well.
  566.  - Some minor advances.
  567.  - I'm able to detect the type of Flash EPROM chip (like INTEL P28F001BX-T),
  568.    but it requires setting the EPROM into write mode (via jumpers), so the
  569.    detection routine is of no use (is there anyone, who opens his case and
  570.    sets jumper only to detect the EPROM chip?). The routine is disabled.
  571.  
  572.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 2.24 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  573.  
  574.  - Added Am x5-P75-133; in fact is it an AMD Am486DX4 Write-Back Enhanced
  575.    with 16 KBytes Internal Cache.
  576.  - A small bug-fix in Parallel ports detection.
  577.  - Enhanced protection.
  578.  
  579.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 2.30 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  580.  
  581.  - Reduced unregistered "typing shit" again and again ;-)
  582.  - Fixed Avance Logic ALG2228 detection.
  583.  - Updated Plug-and-Play device scanning.
  584.  - Added Cyrix 5x86 (M1sc) and 6x86 (M1rx).
  585.  - Added some new CPU steppings + some minor updates.
  586.  - Added Intel i80C86A and i80C88A detection (CMOS technology).
  587.  - Added identification of ATAPI drives (CD-ROMs, streamers...).
  588.  - Added STB VGA Extra/EM or EM16, PowerGraph VGA (1MB), PowerGraph/PowerView
  589.    VGA (512KB).
  590.  - Added IDE Disk Security Feature + Max. # of Passwords + Max. Multiword DMA
  591.    Timing Mode report.
  592.  - Updated Disk drives detection routine - now very flexible; identifies drives
  593.    like: port 1F0h primary - IDE disk; port 1F0h sec. - EIDE disk; port 170h
  594.    prim. - (nothing); port 170h, sec. - ATAPI CD-ROM; plus some SCSI disks with
  595.    BIOS Enabled.
  596.  - Added S3 Trio64 V+ (86C765) video chip, Diamond Stealth64 Graphics2001 and
  597.    Diamond Stealth64 Video2001 graphics boards.
  598.  - Added detection of Windows NT to the front of coding.
  599.  
  600.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 2.31 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  601.  
  602.  - Updated STB detection routine, which caused invalid identification of cards
  603.    with no STB.
  604.  - Added Texas Instruments TI486DX2 and TI486DX4.
  605.  - Fixed Cyrix 5x86 detection.
  606.  - Some bugfixes.
  607.  - F-PROT doesn't now report, that HWiNFO contains virus-suspicious code.
  608.  
  609.  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Ver. 2.32 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  610.  
  611.  - Added about 30 new PCI vendors.
  612.  - Added detection of Aladdin HASP Hardware Key connected to Parallel port :-)
  613.    (tested MemoHASP-1 for JURIX).
  614.  - Added CD-ROM Transfer Rate Benchmark. It requires MSCDEX to be installed.
  615.  - Added 36-bit Addressing, 2MB Pages to CPU Features.
  616.  - Added detection routine for Advanced Signal Processor (ASP) on Sound Blaster
  617.    boards. It's better, because the old routine detected ASP from DSP version.
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  ## A list of all items, which will HWiNFO identify ###########################
  634.  ##
  635.  ## A "√" sing means that this thing/feature/element... was tested.
  636.  
  637.  
  638.  ──────────────────────────────█ Main Processor █──────────────────────────────
  639.  
  640.   √  Intel i8086A                      (HMOS)
  641.      Intel i80C86A                     (CMOS)
  642.      Intel i8088A                      (HMOS)
  643.      Intel i80C88A                     (CMOS)
  644.   √  NEC V20
  645.      NEC V30
  646.  
  647.      Intel i80186
  648.      Intel i80188
  649.  
  650.   √  Intel i80286
  651.  
  652.      Intel i80376                      (only 386Native mode, can't be tested)
  653.   √  Intel i80386DX
  654.   √  Intel i80386SX
  655.      Intel i386SX (Static)             (Static core)
  656.      Intel i386CX/EX (Static)          (Static core + SMM)
  657.      Intel i80386SL
  658.      C&T 38605DX
  659.      C&T 38605SX                       (Never released CPU)
  660.   √  AMD Am386DX                       (detects only 40 MHz CPU)
  661.      AMD Am386SXLV                     (Am386SX Low voltage, SMM)
  662.      AMD Am386DXLV                     (Am386DX Low voltage, SMM)
  663.      IBM 386SLC
  664.  
  665.      Intel RapidCAD-1                  (Upgrade for 386DX)
  666.   √  Intel486(TM) DX                   (80486DX)
  667.   √  Intel486(TM) DX-S                 (80486DX SL-Enhanced)
  668.      Intel487(TM) SX                   (80487SX)
  669.   √  Intel486(TM) SX                   (80486SX)
  670.      Intel486(TM) SX/J                 (80486SX with 16-bit External Data Bus)
  671.   √  Intel486(TM) SX-S                 (80486SX SL-Enhanced)
  672.   √  Intel486(TM) SL                   (80486SL)
  673.   √  IntelDX2(TM)                      (80486DX2 alias P24)
  674.   √  IntelDX2-S(TM)                    (80486DX2 SL-Enhanced)
  675.   √  IntelDX2(TM) Write-Back Enhanced  (P24D; operating in W-B or W-T mode)
  676.      IntelSX2(TM)                      (80486SX2 SL-Enhanced)
  677.   √  IntelDX4(TM)                      (80486DX4 alias P24C)
  678.      IntelDX4(TM) OverDrive            (80486DX4 OverDrive)
  679.      IntelDX4(TM) Write-Back Enhanced  (Write-Back/Write-Through mode)
  680.      AMD Am486(TM) DX
  681.   √  AMD Am486(TM) DX2                 (switched to 100MHz reports as DX4)
  682.   √  AMD Am486(TM) DX4
  683.   √  AMD Am486(TM) DX4 W-B Enhanced
  684.   √  AMD Am486(TM) DX4 W-B Enhanced    (Am x5-P75-133, 16KB W-B Cache)
  685.      AMD Am486(TM) SX                  (not 100% detection)
  686.      AMD Am486(TM) SX2
  687.      AMD Am486(TM) SXLV                (3 V, stop clock)
  688.      AMD Am486(TM) DXLV                (3 V, stop clock)
  689.   √  Cyrix Cx486SLC                    (alias TI 486SLC)
  690.      Cyrix Cx486DLC                    (alias TI 486SLC)
  691.      Cyrix Cx486SLC2
  692.      Cyrix Cx486DLC2
  693.      Cyrix Cx486SLC/e
  694.      Cyrix Cx486SRx
  695.      Cyrix Cx486DRx
  696.      Cyrix Cx486SRx2
  697.      Cyrix Cx486DRx2
  698.      Cyrix Cx486SRu
  699.      Cyrix Cx486DRu
  700.      Cyrix Cx486SRu2
  701.      Cyrix Cx486DRu2
  702.      Cyrix Cx486S (Step A)
  703.      Cyrix FasCache Cx486S (Step B)    (Cyrix M5 family)
  704.      Cyrix FasCache Cx486S/e           (Maybe same as Cx486S-V ?)
  705.      Cyrix FasCache Cx486S2
  706.      Cyrix FasCache Cx486S2/e          (Maybe same as Cx486S2-V ?)
  707.      Cyrix FasCache Cx486DX            (Cyrix M6 clone)
  708.      Cyrix FasCache Cx486DX2           (Cyrix M7 clone)
  709.      Cyrix FasCache Cx486DX2-v         (3 V)
  710.      Cyrix FasCache Cx486DX4-v         (Cyrix M9)
  711.      Siemens-Thomson ST486DX2
  712.      Texas Instruments TI486SXL Potomac
  713.      Texas Instruments TI486SXLC Potomac 
  714.      Texas Instruments TI486DX2
  715.      Texas Instruments TI486DX4
  716.      IBM 486SLC
  717.   √  IBM 486SLC2
  718.      IBM 486BLX3 Blue Lightning
  719.      IBM 486BLDX2 Blue Lightning
  720.      UMC U5SX
  721.      UMC U5SD
  722.      UMC U5SLV                         (3.3 V, not 100% detection)
  723.      UMC U486DX2
  724.      UMC U486SX2
  725.  
  726.      Intel Pentium(TM)                 (60 & 66 MHz old versions)
  727.   √  Intel Pentium(TM) P54C            (3.3 V; including P54LM 2.9V & P54CQS)
  728.      Intel Pentium(TM) P54T
  729.      Intel Pentium(TM) P55C            (2.5 V)
  730.      Intel Pentium(TM) P54CM Upgrade   (Upgrade for P54C; maybe P54M?)
  731.      Intel Pentium(TM) P24T OverDrive  (5.0 V, OverDrive)
  732.      Intel Pentium(TM) P24CT OverDrive (3.3 V, 32KB Cache, OverDrive)
  733.      NexGen Nx586
  734.      Cyrix 5x86                        (Cyrix M1sc)
  735.      AMD Krypton K5
  736.      Unknown 586-style CPU             (Any other 586 class CPUs)
  737.  
  738.      Intel Pentium Pro(TM)             (P6)
  739.      Intel Pentium Pro(TM) OverDrive   (P6T)
  740.      Cyrix 6x86                        (Cyrix M1rx)
  741.  
  742.  
  743.  
  744.  ────────────────────────────────█ CPU Type █──────────────────────────────────
  745.  
  746.   √  Normal
  747.      OverDrive(TM) Upgrade Processor
  748.      Upgrade Processor in Dual CPU System
  749.  
  750.  
  751.  ────────────────────────────█ Math Coprocessor █──────────────────────────────
  752.  
  753.   √  Intel 8087
  754.   √  Intel 80287
  755.      Intel 80287XL
  756.      AMD 80C287
  757.   √  Intel 80387DX
  758.      Intel 80387SX
  759.      Intel 80387SL
  760.      IIT 2C87
  761.      IIT 3C87
  762.      IIT 3C87SX
  763.      IIT 4C87DLC
  764.      Cyrix 82S87 Old
  765.      Cyrix 82S87 New
  766.      Cyrix FasMath(TM) 83D87 Old
  767.      Cyrix FasMath(TM) 83S87 Old
  768.      Cyrix FasMath(TM) 83S87 New
  769.      Cyrix FasMath(TM) 83D87 New             (alias 387+ in Europe)
  770.      Cyrix FasMath(TM) EMC87                 (alias Cyrix AutoMATH)
  771.      Cyrix Cx487S
  772.      C&T 38700DX
  773.      C&T 38700SX
  774.   √  ULSI 83C87
  775.      ULSI 83S87
  776.      Intel RapidCAD-2                        ("FPU" - generates only FERR)
  777.      Intel P23T                              (???)
  778.      Scorpion                                (But what's that ? :-O)
  779.   √  Internal                                (486DX+ Internal FPUs)
  780.      NexGen Nx587
  781.  
  782.      + Weitek Abacus 3167
  783.      + Weitek Abacus 4167
  784.  
  785.  ───────────────────────────────────█ Bus █────────────────────────────────────
  786.  
  787.   √  ISA
  788.      EISA
  789.   √  MCA
  790.      MCA + ISA Dual Bus
  791.   √  + PCI Local Bus
  792.   √  + VESA Local Bus                (Only with a VLB graphics card)
  793.      + SMBus
  794.  
  795.  ──────────────────────────────█ Computer model █──────────────────────────────
  796.  
  797.                 "OEM machine"
  798.                 7531/2 Industial AT
  799.                 AST
  800.                 Compaq 286/386
  801.                 Compaq Contura 486/486c/486cx
  802.                 Compaq DESKPRO/i
  803.                 Compaq PC / Compaq Deskpro
  804.                 Compaq ProLinea
  805.                 Compaq XT / Compaq Plus
  806.                 DELL 200
  807.                 DELL 210
  808.                 DELL 220
  809.                 DELL 220E
  810.                 DELL 300
  811.                 DELL 310
  812.                 DELL 310A
  813.                 DELL 316
  814.                 DELL 316LT
  815.                 DELL 316SX
  816.                 DELL 320LX
  817.                 DELL 325
  818.                 DELL 425E
  819.                 Epson
  820.                 Hewlett Packard CS
  821.                 Hewlett Packard ES
  822.                 Hewlett Packard ES/12
  823.                 Hewlett Packard HP 95LX
  824.                 Hewlett Packard Original Vectra
  825.                 Hewlett Packard Portable/CS
  826.                 Hewlett Packard RS/16
  827.                 Hewlett Packard RS/20
  828.                 HP 100LX 1MB BIOS 1.04A
  829.                 HP 200LX 2MB BIOS 1.01 A D German
  830.                 IBM 7552-140 Gearbox
  831.                 IBM 7552-540 Gearbox
  832.                 IBM Original PC
  833.                 IBM PC
  834.                 IBM PC (HD, 640K, EGA support)
  835.                 IBM PC (some bugfixes)
  836.                 IBM PC 7561/2
  837.                 IBM PC 7568
  838.              √  IBM PC AT
  839.              √  IBM PC AT 319/339, 8 MHz, Enh kbd, 3,5"
  840.                 IBM PC AT239, 6 MHz, 30M HD
  841.                 IBM PC AT with Phoenix 386 BIOS v1.10 10a
  842.                 IBM PC Convertible
  843.                 IBM PC Jr
  844.              √  IBM PC XT
  845.                 IBM PC XT and Portable
  846.              √  IBM PC XT w/ Enhanced Kbd, 3.5" support
  847.                 IBM PC XT/2
  848.              √  IBM PC XT/286
  849.                 IBM PCradio 9075
  850.                 IBM Processor Complex (with VPD)
  851.                 IBM PS/1 486DX
  852.                 IBM PS/1 486SX
  853.                 IBM PS/1 model 2011, 286-10 MHz
  854.                 IBM PS/1 model 2121, 386SX-16
  855.                 IBM PS/1, LW-type 44
  856.                 IBM PS/2 model 25, 286
  857.                 IBM PS/2 model 25, 286-10 MHz
  858.                 IBM PS/2 model 25, 286-10, LW-type 37
  859.                 IBM PS/2 model 25-386
  860.                 IBM PS/2 model 25/25L, 8086-8
  861.                 IBM PS/2 model 295
  862.                 IBM PS/2 model 30
  863.                 IBM PS/2 model 30, 286
  864.                 IBM PS/2 model 30, 8086-8
  865.                 IBM PS/2 model 30-386
  866.                 IBM PS/2 model 35 SX/40 SX, LW-type 37
  867.                 IBM PS/2 model 35/35LS/40, 386SX-20
  868.                 IBM PS/2 model 50
  869.                 IBM PS/2 model 50, 286-10
  870.                 IBM PS/2 model 50, 286-10, LW-type 32
  871.                 IBM PS/2 model 50Z
  872.                 IBM PS/2 model 50Z, 286-10 MHz
  873.                 IBM PS/2 model 50Z, 286-10, LW-type 33
  874.                 IBM PS/2 model 55 Note N23SX
  875.                 IBM PS/2 model 55-5502
  876.                 IBM PS/2 model 55-5530 Laptop
  877.                 IBM PS/2 model 55-5530T
  878.                 IBM PS/2 model 55-5551
  879.                 IBM PS/2 model 55-5571
  880.                 IBM PS/2 model 55LS, 386SX-16
  881.                 IBM PS/2 model 55SX, 386SX-16
  882.              √  IBM PS/2 model 57
  883.                 IBM PS/2 model 57 SLC
  884.                 IBM PS/2 model 57 SX
  885.                 IBM PS/2 model 57 SX, 386SX-20, SCSI
  886.                 IBM PS/2 model 57, 386SX-20
  887.                 IBM PS/2 model 60, 286-10 MHz
  888.                 IBM PS/2 model 65-121/65 SX, 386SX-16
  889.                 IBM PS/2 model 70
  890.                 IBM PS/2 model 70, 20MHz, type 2 System brd
  891.                 IBM PS/2 model 70, 386-25, type 3 System brd
  892.                 IBM PS/2 model 70, 386DX-16, type 1 System brd
  893.                 IBM PS/2 model 70, 386DX-20, LW-type 33
  894.                 IBM PS/2 model 70, 386DX-25
  895.                 IBM PS/2 model 70, 486-25
  896.                 IBM PS/2 model 70, 486-25, type 3 System brd
  897.                 IBM PS/2 model 70, some models
  898.                 IBM PS/2 model 75, 486-33
  899.                 IBM PS/2 model 77
  900.                 IBM PS/2 model 80, 386-16
  901.                 IBM PS/2 model 80, 386-20
  902.                 IBM PS/2 model 80, 386-25
  903.                 IBM PS/2 model 80-A21, 386-25
  904.                 IBM PS/2 model 85
  905.                 IBM PS/2 model 90 XP
  906.                 IBM PS/2 model 90 XP, 486-25
  907.                 IBM PS/2 model 90 XP, 486-33
  908.                 IBM PS/2 model 90 XP, 486SX+487SX-20
  909.                 IBM PS/2 model 90 XP, Pentium
  910.                 IBM PS/2 model 90, 486SX-20
  911.                 IBM PS/2 model 90-AK9/95 XP, 486-25
  912.                 IBM PS/2 model 90-AKD/95 XP, 486-33
  913.                 IBM PS/2 model 90/90XP486, 486-50
  914.                 IBM PS/2 model 90/95 E, Pentium
  915.                 IBM PS/2 model 95 XP
  916.                 IBM PS/2 model 95 XP, 486-50
  917.                 IBM PS/2 model 95 XP, Pentium
  918.                 IBM PS/2 model 95, 486SX+487SX-20
  919.                 IBM PS/2 model 95, 486SX-20
  920.                 IBM PS/2 model CL57 SX
  921.                 IBM PS/2 model L40 SX
  922.                 IBM PS/2 model L40 SX, 386SX-20
  923.                 IBM PS/2 model L40 SX, 386SX-20, LW-type 37
  924.                 IBM PS/2 model M57, 386SLC-20
  925.                 IBM PS/2 model N33SX
  926.                 IBM PS/2 model N51 SLC
  927.                 IBM PS/2 model Note N51SX
  928.                 IBM PS/2 model P70
  929.                 IBM PS/2 model P70 (8570-031)
  930.                 IBM PS/2 model P70 (8573), 386SX-16
  931.                 IBM PS/2 model P70 (8573-121)
  932.                 IBM PS/2 model P70 (8573-121) type 2 System brd
  933.                 IBM PS/2 model P75, 486-33
  934.                 IBM PS/ValuePoint 325T
  935.                 IBM PS/ValuePoint 425SX
  936.                 IBM PS/ValuePoint 433DX
  937.                 IBM Restaurant Terminal
  938.              √  IBM ThinkPad 350, 486SL-25
  939.              √  IBM ThinkPad 360
  940.                 IBM ThinkPad 700
  941.                 Memorex Telex
  942.                 Olivetti M111
  943.                 Olivetti M15
  944.                 Olivetti M200
  945.                 Olivetti M240
  946.                 Olivetti M250
  947.                 Olivetti M280
  948.                 Olivetti M290
  949.                 Olivetti M300
  950.                 Olivetti M380 (XP1, XP3, or XP5)
  951.                 Olivetti M380 (XP7)
  952.                 Olivetti P500
  953.                 Olivetti P800
  954.                 Olivetti PCS286
  955.              √  PC3270/AT
  956.                 Peacock XT
  957.                 Quadram Quad386
  958.                 Reply Model 32
  959.                 Soft Windows 1.0.1 (Power Macintosh)
  960.                 Sperry PC
  961.                 Tandy 1000TL
  962.                 Tandy 3000
  963.                 Tandy 3000NL
  964.                 Toshiba T1000
  965.                 Toshiba T1000LE
  966.                 Toshiba T1000SE
  967.                 Toshiba T1000XE
  968.                 Toshiba T100X
  969.                 Toshiba T1100+
  970.                 Toshiba T1200 F/H
  971.                 Toshiba T1200XE
  972.                 Toshiba T1600
  973.                 Toshiba T1800
  974.                 Toshiba T1850
  975.                 Toshiba T1850C
  976.                 Toshiba T1900
  977.                 Toshiba T1900C
  978.                 Toshiba T1910/CS
  979.                 Toshiba T1950/CS
  980.                 Toshiba T1950CT
  981.                 Toshiba T200/CS
  982.                 Toshiba T2000
  983.                 Toshiba T2000SX
  984.                 Toshiba T2000SXe
  985.                 Toshiba T2100CS/CT
  986.                 Toshiba T2150CDS/CDT
  987.              √  Toshiba T2200SX
  988.                 Toshiba T2400CS/CT
  989.                 Toshiba T2450CT
  990.                 Toshiba T3100
  991.                 Toshiba T3100e
  992.                 Toshiba T3100SX
  993.                 Toshiba T3200
  994.                 Toshiba T3200SX
  995.                 Toshiba T3200SXC
  996.                 Toshiba T3300SL
  997.                 Toshiba T3400/CT
  998.                 Toshiba T3600CT
  999.                 Toshiba T4400SX/SXC
  1000.                 Toshiba T4500/SXC
  1001.                 Toshiba T4500C
  1002.                 Toshiba T4600
  1003.                 Toshiba T4600C
  1004.                 Toshiba T4700CS
  1005.                 Toshiba T4700CT
  1006.                 Toshiba T4800CT
  1007.                 Toshiba T4850CT
  1008.                 Toshiba T5100
  1009.                 Toshiba T5200
  1010.                 Toshiba T6400/C
  1011.                 Toshiba T6600C
  1012.                 Toshiba T8500
  1013.                 Triumph Adler PC/XT
  1014.                 Zenith 386
  1015.                 Zenith Z-Lite 425L
  1016.  
  1017.  
  1018.  ───────────────────────────────█ Sound Card █─────────────────────────────────
  1019.  
  1020.                  Ad Lib
  1021.                  Roland MPU-401
  1022.                  Sound Blaster
  1023.               √  Sound Blaster 2.0
  1024.                  Sound Blaster Pro (CT1335)
  1025.               √  Sound Blaster Pro (CT1345)
  1026.               √  Sound Blaster 16
  1027.               √  Sound Blaster 16 ASP
  1028.                  Sound Blaster 16 SCSI-2
  1029.                  Sound Blaster AWE32
  1030.                  Sound Blaster AWE32 ASP
  1031.                  MediaVision ProAudio Spectrum
  1032.                  MediaVision ProAudio Spectrum+
  1033.                  MediaVision ProAudio Spectrum 16
  1034.                  PS/1 Audio Card
  1035.                  Aria Sound Card
  1036.               √  Gravis Ultra Sound (≤3.6, no ICS) ┐
  1037.                  Gravis Ultra Sound (3.7, ICS)     ├ Also amount of on-board
  1038.                  Gravis Ultra Sound (≥3.7, ICS)    │    DRAM report [KB]
  1039.                  Gravis Ultra Max (with CS4231)    ┘
  1040.               √  OAK Mozart
  1041.  
  1042.  
  1043.  ───────────────────────────────█ FTP Network █────────────────────────────────
  1044.  
  1045.                  3COM 3C500/3C501
  1046.                  3COM 3C505
  1047.                  MICOM-Interlan NI5010
  1048.                  BICC Data Networks 4110
  1049.                  BICC Data Networks 4117
  1050.                  MICOM-Interlan NP600
  1051.                  Ungermann-Bass PC-NIC
  1052.                  Univation NC-516
  1053.                  TRW PC-2000
  1054.                  MICOM-Interlan NI5210
  1055.                  3COM 3C503
  1056.                  3COM 3C523
  1057.               √  Western Digital WD8003
  1058.                  Spider Systems S4
  1059.                  Torus Frame Level
  1060.                  10Net Communications
  1061.                  Gateway PC-bus
  1062.                  Gateway AT-bus
  1063.                  Gateway MCA-bus
  1064.                  IMC PCnic
  1065.                  IMC PCnic II
  1066.                  IMC PCnic 8-bit
  1067.                  Tigan Communications
  1068.                  Micromatic Research
  1069.                  Clarkson "Multiplexor"
  1070.                  D-Link 8-bit
  1071.                  D-Link 16-bit
  1072.                  D-Link PS/2
  1073.                  Research Machines 8
  1074.                  Research Machines 16
  1075.                  Research Machines MCA
  1076.                  Radix Microsystems EXM1 16-bit
  1077.                  Interlan Ni9210
  1078.                  Interlan Ni6510
  1079.                  Vestra LANMASTER 16-bit
  1080.                  Vestra LANMASTER 8-bit
  1081.                  Allied Telesis PC/XT/AT
  1082.                  Allied Telesis NEC PC-98
  1083.                  Allied Telesis Fujitsu FMR
  1084.                  Ungermann-Bass NIC/PS2
  1085.                  Tiara LANCard/E AT
  1086.                  Tiara LANCard/E MC
  1087.                  Tiara LANCard/E TP
  1088.                  Spider Communications SpiderComm 8
  1089.                  Spider Communications SpiderComm 16
  1090.                  AT&T Starlan NAU
  1091.                  AT&T Starlan-10 NAU
  1092.                  AT&T Ethernet NAU
  1093.                  Intel smart card
  1094.                  Xircom Packet Adapter
  1095.                  Aquila Ethernet
  1096.                  Novell NE1000
  1097.                  Novell NE2000
  1098.                  SMC PC-510
  1099.                  AT&T Fiber NAU
  1100.                  NDIS to Packet Driver adapter
  1101.                  Racal-InterLan ES3210
  1102.                  General Systems ISDN simulated Ethernet
  1103.                  Hewlett-Packard
  1104.                  IMC EtherNic-8
  1105.                  IMC EtherNic-16
  1106.                  IMC EtherNic-MCA
  1107.                  NetWorth EtherNext
  1108.                  Dataco Scanet
  1109.                  DEC DEPCA
  1110.                  C-Net
  1111.                  Gandalf LANLine
  1112.                  Apricot built-in
  1113.                  David Systems Ether-T
  1114.                  ODI to Packet Driver adapter
  1115.                  AMD Am21110-16
  1116.                  Intel ICD Network controller family
  1117.                  Intel ICD PCL2
  1118.                  Intel ICD PCL2A
  1119.                  AT&T LANPacer
  1120.                  AT&T LANPacer+
  1121.                  AT&T EVB
  1122.                  AT&T StarStation
  1123.                  SLIP simulated ethernet
  1124.                  Racal-Interlan NIA310
  1125.                  Racal-Interlan NISE
  1126.                  Racal-Interlan NISE30
  1127.                  Racal-Interlan NI6610
  1128.                  Ethernet over IP/UDP
  1129.                  ICL EtherTeam 16
  1130.                  David Systems
  1131.                  NCR WaveLAN
  1132.                  Thomas Contrad TC5045
  1133.                  Russ Nelson's Parallel Port driver
  1134.                  Intel EtherExpress 16
  1135.                  IBMTOKEN
  1136.                  Zenith Z-Note
  1137.                  3Com 3C509
  1138.                  Mylex LNE390
  1139.                  Madge Smart Ringnode
  1140.                  Novell NE2100
  1141.                  Allied Telesis 1500
  1142.                  Allied Telesis 1700
  1143.                  Fujitsu EtherCoupler
  1144.                  Proteon p1300
  1145.                  Proteon p1800
  1146.                  IBM Token-Ring Adapter
  1147.                  Proteon p1340
  1148.                  Proteon p1344
  1149.                  Gateway PC-bus
  1150.                  Gateway AT-bus
  1151.                  Gateway MCA-bus
  1152.                  Madge board
  1153.                  NDIS to Packet Driver adapter
  1154.                  ODI to Packet Driver adapter
  1155.                  AppleTalk - ATALK.SYS adapter
  1156.                  Clarkson 8250-SLIP
  1157.                  Clarkson "Multiplexor"
  1158.                  Eicon Technologies
  1159.                  ARCNet Datapoint RIM
  1160.                  Ottawa PI card (AX.25)
  1161.                  Eicon Technologies (AX.25)
  1162.                  KISS
  1163.                  Western Digital (FDDI)
  1164.                  Frontier Technology (FDDI)
  1165.                  Western Digital Internet X.25
  1166.                  Frontier Technology Internet X.25
  1167.                  Emerging Technologies Internet X.25
  1168.                  The Software Forge Internet X.25
  1169.                  Link Data Intelligent X.25 Internet
  1170.                  Eicon Technologies Internet X.25
  1171.                  NT LANSTAR/8
  1172.                  NT LANSTAR/MC
  1173.                  MERIT
  1174.                  8250/16550 UART (PPP)
  1175.                  Niwot Networks synch (PPP)
  1176.                  Eicon Technologies (PPP)
  1177.                  LCP/NCPs
  1178.  
  1179.  
  1180.  
  1181.  ─────────────────────────────────█ CD-ROM █───────────────────────────────────
  1182.  
  1183.               √  Panasonic                      <Identifies any model>
  1184.               √  Hitachi
  1185.                  Sony
  1186.                  <SCSI  CD-ROMs are identified in SCSI section>
  1187.                  <ATAPI CD-ROMs are identified in Disk section>
  1188.  
  1189.  
  1190.  ────────────────────────────█ Serial Port type █────────────────────────────
  1191.  
  1192.      √  UART 8250
  1193.      √  UART 8250A/16450
  1194.         UART 16C1450
  1195.         UART 16550-FIFO
  1196.      √  UART 16550
  1197.         UART 16C150+FIFO
  1198.         DUAL UART 16552+FIFO
  1199.         UART 82510+FIFO
  1200.  
  1201.  
  1202.  ───────────────────────────█ Parallel Port type █────────────────────────────
  1203.  
  1204.      √  4-bit                                   (4-bit input, 8-bit output)
  1205.      √  8-bit Bidirectional                     (8-bit I/O)
  1206.         8-bit Enhanced Parallel Port            (8-bit I/O at bus speed, SL)
  1207.         8-bit Enhanced Parallel Port (v1.0)     (supported by BIOS)
  1208.      √  8-bit Enhanced Parallel Port (v3.0+)    (supported by BIOS)
  1209.  
  1210.  
  1211.  ──────────────────────────█ Fixed Disk Controller █───────────────────────────
  1212.  
  1213.             √  MFM
  1214.                RLL
  1215.                ARLL
  1216.             √  IDE
  1217.             √  Enhanced IDE
  1218.             √  Enhanced IDE (ATAPI)
  1219.                Seagate ST-01/ST-02 SCSI
  1220.                Adaptec AHA-154x/Bustek BT-542 SCSI
  1221.                Future Domain SCSI TMC-1680
  1222.                Future Domain SCSI TMC-1650/1660/1670/1680
  1223.                Future Domain SCSI TMC-820/830/840/850/860/870/875/880/885
  1224.                Future Domain SCSI TMC-840/841/880/881
  1225.                Future Domain SCSI TMC-830/850/860/875/885
  1226.             √  SCSI or Unknown
  1227.             √  On-Board SCSI
  1228.                ESDI
  1229.  
  1230.  
  1231.  ──────────────────────────────█ Video chipset █───────────────────────────────
  1232.  
  1233.                                                              Video memory
  1234.        Manufacturer           Type                          size detection
  1235.      ┌──────────────────────┬─────────────────────────────────────┬┴┐
  1236.      │ Acer                 │ ALi M3145                           │X│
  1237.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1238.      │ Alliance             │ Pro Motion 3210                     │X│
  1239.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1240.      │ ARK Logic            │ ARK1000VL                           │X│
  1241.      │                      │ ARK1000PV                           │X│
  1242.      │                      │ ARK2000PV                           │X│ √
  1243.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1244.      │ Avance Logic         │ ALG2101                             │X│
  1245.      │                      │ ALG2201                             │X│
  1246.      │                      │ ALG2228                             │X│ √
  1247.      │                      │ ALG2301                             │X│ √
  1248.      │                      │ ALG2302                             │X│
  1249.      │                      │ ALG2364                             │X│
  1250.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1251.      │ Ahead                │ V5000 A                             │X│
  1252.      │                      │ V5000 B                             │X│
  1253.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1254.      │ ATI                  │ 18800                               │X│
  1255.      │                      │ 18800-1                             │X│
  1256.      │                      │ 28800-2                             │X│
  1257.      │                      │ 28800-4                             │X│
  1258.      │                      │ 28800-5                             │X│
  1259.      │                      │ 28800-6                             │X│
  1260.      │                      │ 38800-1 (Mach8)                    ?│?│
  1261.      │                      │ 68800 (Mach32)                      │X│
  1262.      │                      │ 88800GX (Mach64)                    │X│
  1263.      │                      │ 88800CX (Mach64)                    │X│
  1264.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1265.      │ Chips & Technologies │ 82C450                              │X│
  1266.      │                      │ 82C451                              │X│ √
  1267.      │                      │ 82C452                              │X│
  1268.      │                      │ 82C453                              │X│
  1269.      │                      │ 82C455                              │X│
  1270.      │                      │ 82C456                              │X│
  1271.      │                      │ 82C457                              │X│
  1272.      │                      │ F65510                              │X│
  1273.      │                      │ F65520                              │X│
  1274.      │                      │ F65530                              │X│ √
  1275.      │                      │ F65535                              │X│
  1276.      │                      │ F65540                              │X│
  1277.      │                      │ F65545                              │X│ √
  1278.      │                      │ F65548                              │X│
  1279.      │                      │ 64300 WinGine                       │X│
  1280.      │                      │ 64310 WinGine                       │X│
  1281.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1282.      │ Cirrus Logic         │ VideoSeven                          │X│ √
  1283.      │                      │ CL-GD510 and CL-GD520               │X│ √
  1284.      │                      │ CL-GD610 and CL-GD620               │X│ √
  1285.      │                      │ CL-GD5320                           │X│
  1286.      │                      │ CL-GD5401                           │X│
  1287.      │                      │ CL-GD5402                           │X│
  1288.      │                      │ CL-GD5402 (AVGA2)                   │X│
  1289.      │                      │ CL-GD5402 rev1                      │X│
  1290.      │                      │ CL-GD5410                           │X│
  1291.      │                      │ CL-GD5420                           │X│
  1292.      │                      │ CL-GD5420 rev1                      │X│
  1293.      │                      │ CL-GD5422                           │X│
  1294.      │                      │ CL-GD5422-75A                       │X│
  1295.      │                      │ CL-GD5422-80                        │X│
  1296.      │                      │ CL-GD5424                           │X│
  1297.      │                      │ CL-GD5426                           │X│
  1298.      │                      │ CL-GD5426-80                        │X│ √
  1299.      │                      │ CL-GD5428                           │X│
  1300.      │                      │ CL-GD5428-80                        │X│ √
  1301.      │                      │ CL-GD5428-80A                       │X│ √
  1302.      │                      │ CL-GD5429                           │X│
  1303.      │                      │ CL-GD5430                           │X│
  1304.      │                      │ CL-GD5432                           │X│
  1305.      │                      │ CL-GD5434 (Alpine)                  │X│
  1306.      │                      │ CL-GD5434-HC-C (Alpine)             │X│
  1307.      │                      │ CL-GD5436                           │X│
  1308.      │                      │ CL-GD5452 (Northstar)               │X│
  1309.      │                      │ CL-GD7541 Nordic Lite               │X│
  1310.      │                      │ CL-GD7542 Nordic                    │X│
  1311.      │                      │ CL-GD7543 Viking                    │X│
  1312.      │                      │ CL-GD6205                           │X│
  1313.      │                      │ CL-GD6215                           │X│
  1314.      │                      │ CL-GD6225                           │X│
  1315.      │                      │ CL-GD6235                           │X│
  1316.      │                      │ CL-GD6410                           │X│
  1317.      │                      │ CL-GD6412                           │X│
  1318.      │                      │ CL-GD6416                           │X│
  1319.      │                      │ CL-GD6420                           │X│
  1320.      │                      │ CL-GD6440                           │X│ √
  1321.      │                      │ CL-GD6450                           │X│
  1322.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1323.      │ Compaq               │ IVGS                                │X│
  1324.      │                      │ AVGA                                │X│
  1325.      │                      │ QVision 1024                        │X│
  1326.      │                      │ QVision 1280                        │X│
  1327.      │                      │ Advanced VGA Port                   │X│
  1328.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1329.      │ Hualon               │ HM86304                             │X│
  1330.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1331.      │ IIT                  │ AGX-010/011                         │x│
  1332.      │                      │ AGX-014                             │x│
  1333.      │                      │ AGX-015                             │x│
  1334.      │                      │ AGX-016                             │x│
  1335.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1336.      │ Matrox               │ MGA-II (IS-TITAN+IS-DUBIC)         ?│-│
  1337.      │                      │ MGA 64 (IS-HELENA)                 ?│-│
  1338.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1339.      │ Mediavision          │ MVV452                              │x│
  1340.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1341.      │ MXIC                 │ 86000                               │X│
  1342.      │                      │ 86010                               │X│
  1343.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1344.      │ NCR                  │ 77C21                               │x│
  1345.      │                      │ 77C22                               │x│
  1346.      │                      │ 77C22E                              │x│
  1347.      │                      │ 77C22E+                             │x│
  1348.      │                      │ 77C32BLT                            │x│
  1349.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1350.      │ Number Nine          │ Imagine128                          │X│
  1351.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1352.      │ OAK                  │ OTI-037                             │X│
  1353.      │                      │ OTI-057                             │X│
  1354.      │                      │ OTI-067                             │X│ √
  1355.      │                      │ OTI-077                             │X│
  1356.      │                      │ OTI-083                             │X│
  1357.      │                      │ OTI-087                             │X│
  1358.      │                      │ OTI-O107 Spitfire                   │ │
  1359.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1360.      │ Paradise             │ PVGA1A                              │X│
  1361.      │                      │ PVGA1B (WD90C00)                    │X│
  1362.      │                      │ WD90C10                             │X│
  1363.      │                      │ WD90C11                             │X│
  1364.      │                      │ WD90C20                             │X│
  1365.      │                      │ WD90C20A                            │X│
  1366.      │                      │ WD90C22                             │X│
  1367.      │                      │ WD90C24                             │X│ √
  1368.      │                      │ WD90C26                             │X│
  1369.      │                      │ WD90C30                             │X│ √
  1370.      │                      │ WD90C31                             │X│
  1371.      │                      │ WD90C33                             │X│
  1372.      │                      │ WD90C35                             │X│
  1373.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1374.      │ Primus               │ P2000 Accelerator                   │x│
  1375.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1376.      │ RealTek              │ RT-3103                             │X│
  1377.      │                      │ RT-3105                             │X│
  1378.      │                      │ RT-3106                             │X│
  1379.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1380.      │ S3                   │ 86C911                              │X│
  1381.      │                      │ 86C924                              │X│
  1382.      │                      │ 86C928                              │X│
  1383.      │                      │ 86C928 rev. C                       │X│
  1384.      │                      │ 86C928 rev. D                       │X│
  1385.      │                      │ 86C928 rev. E                       │X│
  1386.      │                      │ 86C801 rev. A/B (ISA)               │X│
  1387.      │                      │ 86C805 rev. A/B (VLB)               │X│
  1388.      │                      │ 86C801 rev. C (ISA)                 │X│
  1389.      │                      │ 86C805 rev. C (VLB)                 │X│ √
  1390.      │                      │ 86C801 rev. D (ISA)                 │X│
  1391.      │                      │ 86C805 rev. D (VLB)                 │X│
  1392.      │                      │ 86C801 rev. I (ISA)                 │X│
  1393.      │                      │ 86C805 rev. I (VLB)                 │X│
  1394.      │                      │ 86C801-P                            │X│
  1395.      │                      │ 86C805-P (PCI)                      │X│ √
  1396.      │                      │ 86C928 PCI                          │X│ √
  1397.      │                      │ Vision864(TM) (86C864)              │X│
  1398.      │                      │ Vision864(TM) (86C864-P)            │X│ √
  1399.      │                      │ Vision964(TM) (86C964)              │X│
  1400.      │                      │ Vision964(TM) (86C964-P)            │X│
  1401.      │                      │ Trio32(TM) (86C732-P)               │X│ √
  1402.      │                      │ Trio64(TM) (86C764-P)               │X│
  1403.      │                      │ Trio64(TM) V+ (86C765)              │X│
  1404.      │                      │ Vision866(TM) (86C866-P)            │X│
  1405.      │                      │ Vision868(TM) (86C868-P)            │X│
  1406.      │                      │ Vision968(TM) (86C968-P)            │X│ √
  1407.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1408.      │ Sierra Semiconductor │ SC15064                             │ │
  1409.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1410.      │ SiS                  │ 86c201                              │X│
  1411.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1412.      │ Trident              │ 8800BR                              │X│
  1413.      │                      │ 8800CS                              │X│
  1414.      │                      │ 8900C                               │X│ √
  1415.      │                      │ 9000                                │X│ √
  1416.      │                      │ 8900CL/8900D/9000C                  │X│ √
  1417.      │                      │ 9010i                               │X│ √
  1418.      │                      │ 8900CXr                             │X│
  1419.      │                      │ LCD9100B                            │X│
  1420.      │                      │ 8900CLi                             │X│
  1421.      │                      │ LX9200                              │X│
  1422.      │                      │ LCD9100                             │X│
  1423.      │                      │ 8900CXi                             │X│
  1424.      │                      │ GUI9210                             │X│
  1425.      │                      │ GUI9430                             │X│
  1426.      │                      │ GUI9420DGi                          │X│ √
  1427.      │                      │ GUI9440AGi                          │X│ √
  1428.      │                      │ GUI9660XGi                          │X│
  1429.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1430.      │ Tseng Labs           │ ET3000                              │x│
  1431.      │                      │ ET4000                              │X│
  1432.      │                      │ ET4000/W32                          │X│
  1433.      │                      │ ET4000/W32i Rev. A                  │X│
  1434.      │                      │ ET4000/W32i Rev. B                  │X│
  1435.      │                      │ ET4000/W32i Rev. C                  │X│
  1436.      │                      │ ET4000/W32p Rev. A                  │X│
  1437.      │                      │ ET4000/W32p Rev. B                  │X│
  1438.      │                      │ ET4000/W32p Rev. C                  │X│ √
  1439.      │                      │ ET4000/W32p Rev. D                  │X│ √
  1440.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1441.      │ UMC                  │ 85c408                              │X│
  1442.      │                      │ 85c418                              │X│
  1443.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1444.      │ Video Seven          │ Vega VGA                            │X│ √
  1445.      │                      │ VRAM                                │X│
  1446.      │                      │ FastWrite                           │X│
  1447.      │                      │ VGA version 5                       │X│
  1448.      │                      │ 1024i                               │X│
  1449.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1450.      │ Weitek               │ W5086+POWER 9000                    │?│
  1451.      │                      │ W5186+POWER 9000                    │?│
  1452.      │                      │ W5286+POWER 9000                    │?│
  1453.      │                      │ POWER 9100                          │?│
  1454.      ├──────────────────────┼─────────────────────────────────────┼─┤
  1455.      │ Yamaha               │ 6388 VPDC                           │-│
  1456.      └──────────────────────┴─────────────────────────────────────┴─┘
  1457.  
  1458.  
  1459.  ────────────────────────────────█ Video Card █────────────────────────────────
  1460.  
  1461.  
  1462.                                          Video memory size detection ┐
  1463.        Manufacturer           Model                     Used Chipset │
  1464.      ┌──────────────────────┬────────────────────────┬──────┴───────┬┴┐
  1465.      │ Acer                 │ ALi CAT-64             │  Acer M3145  │X│
  1466.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1467.      │ AT&T                 │ DEB                    │      ?       │?│
  1468.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1469.      │ ATI                  │ VGA Wonder+            │ ATI 28800-2  │X│
  1470.      │                      │ VGA Wonder XL          │ ATI 28800-4  │X│
  1471.      │                      │ VGA Wonder XL24        │ ATI 28800-6  │X│
  1472.      │                      │ VGA Graphics/Ultra     │ ATI 28800-5  │X│
  1473.      │                      │ Graphics Ultra         │  ATI Mach8   │?│
  1474.      │                      │ Graphics Vantage       │  ATI Mach8   │?│
  1475.      │                      │ Graphics Ultra Pro 3   │ ATI 68800-3  │X│
  1476.      │                      │ Graphics Ultra Pro 6   │ ATI 68800-6  │X│
  1477.      │                      │ Graphics Ultra Pro AX  │ ATI 68800-AX │X│
  1478.      │                      │ Graphics Ultra Pro LX  │ ATI 68800-LX │X│
  1479.      │                      │ Graphics Pro Turbo     │  ATI Mach64  │X│
  1480.      │                      │ Graphics Xpression Pro │  ATI Mach64  │X│
  1481.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1482.      │ Cardex               │ <Probably all cards>   │     ...      │X│ √
  1483.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1484.      │ Diamond              │ SpeedStar              │    ET4000    │X│
  1485.      │                      │ SpeedStar 24           │    ET4000    │X│
  1486.      │                      │ SpeedStar Plus         │    ET4000    │X│
  1487.      │                      │ SpeedStar 24X          │    WD90C31   │X│
  1488.      │                      │ SpeedStar PRO          │   CL-GD5422  │X│
  1489.      │                      │ SpeedStar64            │   CL-GD5434  │X│
  1490.      │                      │ Stealth VLB            │   S3 86C805  │X│
  1491.      │                      │ Stealth24              │   S3 86C805  │X│
  1492.      │                      │ Stealth Pro            │   S3 86C928  │X│
  1493.      │                      │ Stealth VRAM           │   S3 86C911  │X│
  1494.      │                      │ Stealth32              │  ET4000/W32p │X│
  1495.      │                      │ Stealth SE             │   S3 Trio32  │X│
  1496.      │                      │ Stealth64 DRAM VLB/PCI │ S3 Vision864 │X│
  1497.      │                      │ Stealth64 VRAM VLB/PCI │ S3 Vision964 │X│
  1498.      │                      │ Stealth64 Video DRAM   │S3 868 /Trio64│X│
  1499.      │                      │ Stealth64 Video VRAM   │ S3 Vision968 │X│ √
  1500.      │                      │ Stealth64 Graphics2001 │   ARK2000PV  │X│
  1501.      │                      │ Stealth64 Video2001    │ S3 Trio64 V+ │X│
  1502.      │                      │ Viper VLB/PCI          │ Weitek P9000 │X│
  1503.      │                      │ Viper SE               │ Weitek P9100 │x│
  1504.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1505.      │ Everex               │ ViewPoint              │Trident 8800CS│X│
  1506.      │                      │ Ultragraphics II       │Trident 8800CS│X│
  1507.      │                      │ Vision VGA             │Trident 8800CS│X│
  1508.      │                      │ EVGA                   │Trident 8800CS│X│
  1509.      │                      │ ViewPoint TC           │    ET4000    │X│
  1510.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1511.      │ Genoa                │ 5100/5200              │    ET3000    │X│
  1512.      │                      │ 5300/5400              │    ET3000    │X│
  1513.      │                      │ 6100                   │  Genoa GVGA  │X│
  1514.      │                      │ 6200/6300              │  Genoa GVGA  │X│
  1515.      │                      │ 6400/6600              │  Genoa GVGA  │X│
  1516.      │                      │ 7900                   │   ET4000AX   │X│
  1517.      │                      │ 8500/8600              │   CL-GD5426  │X│
  1518.      │                      │ 8900                   │   CL-GD5426  │X│
  1519.      │                      │ Phantom 32i 8900 PCI   │  ET4000/W32p │X│
  1520.      │                      │ Phantom 64 8864        │ S3 Vision864 │X│
  1521.      │                      │ Phantom Pro            │ S3 Vision968 │X│
  1522.      │                      │ VideoBlitz 9500        │ Weitek P9100 │?│
  1523.      │                      │ VideoBlitz III AV      │ S3 Vision968 │X│
  1524.      │                      │ Hornet II              │  ARK1000PV   │X│
  1525.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1526.      │ Hercules             │ Graphite Card          │  IIT AGX-014 │x│
  1527.      │                      │ Graphite VL/PRO        │  IIT AGX-015 │x│
  1528.      │                      │ Graphite PRO           │  IIT AGC-015 │x│
  1529.      │                      │ Dynamite VL            │  ET4000/W32  │X│
  1530.      │                      │ Dynamite Card          │  ET4000/W32  │X│
  1531.      │                      │ Dynamite VL Pro        │  ET4000/W32i │X│
  1532.      │                      │ Dynamite Pro           │  ET4000/W32i │X│
  1533.      │                      │ Dynamite PCI Pro       │  ET4000/W32p │X│
  1534.      │                      │ Dynamite PowerVL Pro   │  ET4000/W32p │X│
  1535.      │                      │ Graphics Station      ?│   TMS 34010  │ │
  1536.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1537.      │ Hercules (MDA)       │ Incolor                │      -       │ │
  1538.      │                      │ Graphics Plus          │      -       │ │
  1539.      │                      │ Graphics Card          │      -       │ │ √
  1540.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1541.      │ Matrox MGA           │ Impression/PRO/Ultima  │ MGA-I (Atlas)│-│
  1542.      │                      │ Ultima Plus            │MGA-II (Titan)│-│
  1543.      │                      │ Impression Lite/Plus   │MGA 64(Helena)│-│
  1544.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1545.      │ Mediavision          │ Pro Graphics 1024      │    MVV452    │x│
  1546.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1547.      │ miro                 │ <Probably all cards>   │    <many>    │X│ √
  1548.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1549.      │ Number Nine          │ #9GXE                  │  S3 86C928   │X│
  1550.      │                      │ #9GXE64                │  S3 86C864   │X│
  1551.      │                      │ #9GXE64 PRO            │  S3 86C964   │X│
  1552.      │                      │ VISION FX330           │  S3 Trio64   │X│
  1553.      │                      │ MOTION FX531           │ S3 Vision868 │X│
  1554.      │                      │ MOTION FX771           │ S3 Vision968 │X│
  1555.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1556.      │ Orchid               │ ProDesigner            │      ?       │?│
  1557.      │                      │ ProDesigner II         │      ?       │?│
  1558.      │                      │ ProDesigner IIs        │    ET4000    │X│
  1559.      │                      │ P9000 VLB              │ Weitek P9000 │?│
  1560.      │                      │ Celsius VLB            │ IIT AGX-015  │x│
  1561.      │                      │ Fahrenheit VA          │  S3 86C801/5 │X│
  1562.      │                      │ Fahrenheit 1280        │  S3 86C801/5 │X│
  1563.      │                      │ Fahrenheit 1280 Plus   │  S3 86C801/5 │X│ √
  1564.      │                      │ Kelvin 64 ISA/VLB/PCI  │  CL-GD5434   │X│
  1565.      │                      │ Kelvin EZ VLB/PCI      │  CL-GD5430   │X│
  1566.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1567.      │ Sierra Semiconductor │ Falcon/64              │Sierra SC15064│-│
  1568.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1569.      │ SPEA                 │ V7-Mirage              │  S3 86C801/5 │X│
  1570.      │                      │ V7-Mirage P-64         │   S3 86C864  │x│
  1571.      │                      │ V7-Mercury             │   S3 86C928  │X│
  1572.      │                      │ V7-Mercury PCI         │ S3 86C928PCI │X│
  1573.      │                      │ V7-Mercury Lite PCI    │ S3 86C928PCI │X│
  1574.      │                      │ V7-VEGA                │   CL-GD5426  │X│
  1575.      │                      │ Showtime Plus          │  ET4000/W32p │X│
  1576.      ├──────────────────────┼────────────────────────┼──────────────┼─┤
  1577.      │ STB                  │ VGA Extra/EM or EM16   │              │?│
  1578.      │                      │ PowerGraph VGA (1MB)   │              │?│
  1579.      │                      │ PowerGraph/View (512KB)│              │?│
  1580.      └──────────────────────┴────────────────────────┴──────────────┴─┘
  1581.  
  1582.  
  1583.  
  1584.  ─────────────────────────█ RISC Video Accelerator █───────────────────────────
  1585.  
  1586.      Processors: Intel i860          <! Detection currently disabled !>
  1587.                  TMS 340x0 (TIGA)      <! Detection currently disabled !>
  1588.                  Hitachi HD63484 (ACRTC)
  1589.  
  1590.                                 Boards:
  1591.      ┌──────────────────────┬────────────────────────┬──────────────┐
  1592.      │ Hewlett-Packard TIGA │ IGC-20 A1083A          │     TMS      │
  1593.      │                      │ IGC-20 A1086A          │     TMS      │
  1594.      ├──────────────────────┼────────────────────────┼──────────────┤
  1595.      │ NEC             TIGA │ MultiSync Graphics Eng.│     TMS      │
  1596.      ├──────────────────────┼────────────────────────┼──────────────┤
  1597.      │ SPEA GRAPHITI        │ Painter 1              │    ACRTC     │
  1598.      │                      │ Painter 2              │    ACRTC     │
  1599.      │                      │ Painter 3              │    ACRTC     │
  1600.      │                      │ Sprayer                │    ACRTC     │
  1601.      │                      │ Gallery 1              │    ACRTC     │
  1602.      │                      │ Gallery 2              │    ACRTC     │
  1603.      │                      │ Gallery S              │    ACRTC     │
  1604.      │                      │ Painter 1+             │    ACRTC     │
  1605.      │                      │ Flash 1 P              │    ACRTC     │
  1606.      │                      │ Flash 1 G2             │    ACRTC     │
  1607.      │                      │ Flash 1 GS             │    ACRTC     │
  1608.      │                      │ Flash 2                │    ACRTC     │
  1609.      │                      │ Flash 3                │    ACRTC     │
  1610.      │                      │ Gallery 2-HE           │    ACRTC     │
  1611.      │                      │ Gallery S-HE           │    ACRTC     │
  1612.      │                      │ Flash 1G2-HE           │    ACRTC     │
  1613.      │                      │ Flash 1GS-HE           │    ACRTC     │
  1614.      │                      │ GX                     │    i860      │
  1615.      │                      │ FIRE                   │TMS 34020+i860│
  1616.      │                      │ Fire                   │  TMS 34020  ?│
  1617.      │                      │ FGA-1                  │  TMS 34020   │
  1618.      │                      │ FGA-4                  │  TMS 34020   │
  1619.      │                      │ CASCADE                │  TMS 34020   │
  1620.      │                      │ HiLite                 │  TMS 34020   │
  1621.      │                      │ HiLite-4               │  TMS 34020   │
  1622.      │                      │ HiLite1024             │  TMS 34020   │ √
  1623.      │                      │ FGA860-1               │  TMS 34020   │
  1624.      │                      │ FGA860-4               │  TMS 34020   │
  1625.      │                      │ CASCADE/FIRE           │TMS 34020+i860│
  1626.      │                      │ FGA860-1/GX            │TMS 34020+i860│
  1627.      │                      │ FGA860-4/GX            │TMS 34020+i860│
  1628.      └──────────────────────┴────────────────────────┴──────────────┘
  1629.  
  1630.  
  1631.  
  1632.  ────────────────────────────────█ Video DAC █─────────────────────────────────
  1633.  
  1634.                   √  None
  1635.                   √  Standard VGA
  1636.                      Sierra SC11481/6/8 HiColor
  1637.                      Sierra SC11482/3/4 HiColor
  1638.                      Sierra SC11485/7/9 DirectColor
  1639.                      Sierra SC15020 TrueColor
  1640.                      Sierra SC15021 TrueColor
  1641.                      Sierra SC15025 TrueColor
  1642.                      Sierra SC15026 TrueColor
  1643.                      Sierra SC15064 Internal TrueColor
  1644.                      Sierra (Unknown type)
  1645.                      Music MU9c1880 (SS2410) TrueColor
  1646.                      Music MU9c4870 DirectColor
  1647.                      Music MU9c4910 TrueColor
  1648.                   √  AT&T ATT 20c490 TrueColor
  1649.                   √  AT&T ATT 20c491 TrueColor
  1650.                   √  AT&T ATT 20c492/3, WinBond 82c490 DirectColor
  1651.                      AT&T ATT 20c504 TrueColor
  1652.                      AT&T ATT 20c505 TrueColor
  1653.                      AT&T ATT 21c498 TrueColor
  1654.                      AT&T ATT 22c498 TrueColor
  1655.                      Acumos ADAC1 TrueColor
  1656.                      Cirrus Internal 8-bit
  1657.                   √  Cirrus Internal DirectColor
  1658.                   √  Cirrus Internal CL24 TrueColor
  1659.                      Cirrus CL-GD5453 TrueColor
  1660.                      CHRONTEL CH8391
  1661.                      CHRONTEL CH8398
  1662.                      IC Works W30c516
  1663.                      OAK 66HC DirectColor
  1664.                      SGS/Inmos STG1700 TrueColor
  1665.                      SGS/Inmos STG1702 TrueColor
  1666.                      SGS/Inmos STG1703 TrueColor
  1667.                      SGS/Inmos (Unknown type)
  1668.                      ICS5301 GENDAC TrueColor
  1669.                   √  ICS5341 GENDAC TrueColor
  1670.                      ICS5342 GENDAC TrueColor
  1671.                      S3 86c716 (SDAC) TrueColor
  1672.                   √  S3 Trio32(TM) Internal TrueColor
  1673.                      S3 Trio64(TM) Internal TrueColor
  1674.                   √  Trident TDK8001 or Internal
  1675.                   √  Avance Logic ALG1201 TrueColor
  1676.                      Avance Logic ALG1301 TrueColor
  1677.                      UMC UM70c178 DirectColor
  1678.                      UMC UM70c188 TrueColor
  1679.                      BrookTree Bt481 TrueColor
  1680.                   √  BrookTree Bt482 TrueColor
  1681.                      BrookTree Bt484 TrueColor
  1682.                      BrookTree Bt485 TrueColor
  1683.                      BrookTree Bt477 TrueColor
  1684.                      Texas Instruments TVP3010 TrueColor
  1685.                      Texas Instruments TVP3020 TrueColor
  1686.                      Texas Instruments TVP3024 TrueColor
  1687.                      Texas Instruments TVP3025 TrueColor
  1688.                      Texas Instruments TVP3026 TrueColor
  1689.                      TI TLC34075, ATI68875, Bt885 TrueColor
  1690.                      TI TLC34076 TrueColor
  1691.                      Chips & Technologies Internal
  1692.                      IBM RGB524 TrueColor
  1693.                      IBM RGB525 TrueColor
  1694.                      Mediavision MVV462
  1695.                      Edsun Labs CEG rev. x DAC
  1696.  
  1697.  
  1698. ATI DACs:            ATI Spectra DAC 68830
  1699.                      ATT 20c491 DirectColor
  1700.                      TLC34075 / ATI 68875 TrueColor
  1701.                      Brooktree Bt476/8
  1702.                      Brooktree Bt481
  1703.                      ATI Spectra DAC 68860 / 68880 TrueColor
  1704.                      SGS/Inmos STG1700
  1705.                      SGS/Inmos STG1702 / Sierra SC15021
  1706.  
  1707.  
  1708.  
  1709.  ──────────────────────────────█ CPU Features █────────────────────────────────
  1710.  
  1711.  
  1712.                 - FPU on Chip
  1713.                 - Enhanced Virtual-86 Mode
  1714.                 - I/O Breakpoints
  1715.                 - Page Size Extensions
  1716.                 - Time Stamp Counter
  1717.                 - Pentium Processor-style Model Specific Registers
  1718.                 - 36-Bit Addressing, 2MB Pages
  1719.                 - Machine Check Exception
  1720.                 - CMPXCHG8B Instruction
  1721.                 - APIC on chip (Advanced Programmable Interrupt Controller)
  1722.  
  1723. Note: Available only on CPUs, which support CPUID instruction (Fn 1).
  1724.       (see Comments about which CPUs support CPUID)
  1725.       √
  1726.  
  1727.  
  1728.  
  1729.  ───────────█ Another Hardware Devices and ISA/VLB Expansion Cards █───────────
  1730.  
  1731.  
  1732.                  3Com DOS Network Adapter
  1733.                  3Com EtherLink II Adapter
  1734.                  3Com EtherLink III 3C509B Adapter
  1735.                  3Com EtherLink III 3C509B-TP Adapter
  1736.                  3Com EtherLink III 3C509B-TPO Adapter
  1737.               √  3Com EtherLink III 3C509B-Combo Adapter
  1738.                  AMD Am2100 LANCE Ethernet Adapter
  1739.                  Intel EtherExpress 16 card
  1740.                  Racal-Datacom Ethernet Network
  1741.                  IBM Token Ring Network Adapter
  1742.                  HPLANE Network Adapter
  1743.                  HPLANP Network Adapter
  1744.                  Tulip NCC16 Network Adapter
  1745.                  Digital Ethernet PC Adapter (DE100-102, DE200-202, DE210-212)
  1746.                  Stacker AT/16 Compression Card
  1747.                  Adaptec AHA-1540 (16 head BIOS) SCSI Host
  1748.                  Adaptec AHA-1540 (64 head BIOS) SCSI Host
  1749.                  Adaptec AHA-154xA/154xB SCSI Host
  1750.               √  Adaptec AHA-1540C/1542C SCSI Host
  1751.               √  Adaptec AHA-1540CF/1542CF SCSI Host
  1752.                  Adaptec AHA-1640 SCSI Host
  1753.                  Adaptec AHA-1510/AIC-6260 SCSI Host
  1754.                  Adaptec AHA-1510/AIC-6360 SCSI Host
  1755.                  Adaptec AHA-1520/1522 [AIC-6360] SCSI Host
  1756.                  Adaptec AHA-2840VL/2842VL SCSI Host
  1757.                  Adaptec AIC-7770 SCSI Host
  1758.                  Adaptec AHA-2740 SCSI Host
  1759.                  Always Technologies IN-2000 SCSI Host Adapter
  1760.                  Tranton T128/228 SCSI Host Adpater
  1761.                  Tranton T130B SCSI Host Adapter
  1762.                  UltraStor U14F SCSI Host Adapter
  1763.                  MICOM-Interlan NI5210 Adapter
  1764.               √  Western Digital Ethernet Card
  1765.               √  VIA VT83C461 E-IDE Disk Controller
  1766.               √  PCMCIA Adapter
  1767.                  Promise Technology EIDE2300PLUS VLB Disk Controller
  1768.               √  Aladdin HASP Hardware Key
  1769.  
  1770.  
  1771.  
  1772.  ─────────────────────────────█ BIOS Extensions █──────────────────────────────
  1773.  
  1774.               √  Adaptec SCSI BIOS
  1775.               √  BALLARD SYNERGY SCSI BIOS
  1776.                  GCS SCSI BIOS
  1777.                  UltraStor ESDI BIOS
  1778.                  Future Domain SCSI BIOS
  1779.                  Seagate SCSI BIOS
  1780.                  Promise Technology IDE BIOS
  1781.                  Western Digital WD1007A SCSI BIOS
  1782.               √  Data Care DC-600A/DC-620A Disk Cache Controller
  1783.               √  <Universal detection of all NCR PCI SCSI BIOSes and chips>
  1784.  
  1785.  
  1786.  ───────────────────────█ EISA & PnP Expansion Cards █────────────────────────
  1787.  
  1788.             3Com EtherLink III EISA 3C579 Network Adapter
  1789.             3Com EtherLink III EISA 3C579-TP Network Adapter
  1790.             3Com EtherLink III EISA Bus-Master Ethernet Adapter
  1791.             3Com EtherLink III ISA 3C509 Network Adapter
  1792.             3Com EtherLink III ISA 3C509-Combo Network Adapter
  1793.             3Com EtherLink III ISA 3C509-TP Network Adapter
  1794.             3Com EtherLink III ISA 3C509-TPO Network Aadpter
  1795.             3Com Fast Etherlink 10/100Mb EISA Bus-Master Ethernet Card
  1796.             3Com TokenLink III 3C619B ISA Adapter
  1797.             Acculogic EISApport SCSI Host Adapter
  1798.             Adaptec AHA-1502 SCSI Host Adapter
  1799.             Adaptec AHA-1510 SCSI Host Adapter
  1800.             Adaptec AHA-152X/AHA-1510 SCSI Host Adapter
  1801.             Adaptec AHA-152X/AHA-1510 SCSI Host Adapter
  1802.             Adaptec AHA-1540/1542 ISA SCSI Host Adapter
  1803.             Adaptec AHA-154X Plug-and-Play SCSI Host Adapter
  1804.             Adaptec AHA-154X/AHA-164X SCSI Host Adapter
  1805.             Adaptec AHA-1740 SCSI Host Adapter (Early Revision)
  1806.             Adaptec AHA-1740A/1742A SCSI Host Adapter (without floppy)
  1807.             Adaptec AHA-1742A SCSI Host Adapter (with floppy)
  1808.             Adaptec AHA-1744 Differential SCSI Host Adapter
  1809.             Adaptec AHA-174X EISA Host Adapter
  1810.             Adaptec AHA-274X EISA SCSI Host Adapter
  1811.             Adaptec AHA-284X VESA SCSI Host Adapter
  1812.             Adaptec AIC-6X60 ISA Single-Chip SCSI Controller
  1813.             Adaptec AIC-6X60 Plug-and-Play SCSI Host Adapter
  1814.             Adaptec AIC-6X60 Plug-and-Play SCSI Host Adapter
  1815.             Adaptec AIC-6X60 Plug-and-Play SCSI Host Adapter
  1816.             Adaptec AIC-6X60 Plug-and-Play SCSI Host Adapter
  1817.             Adaptec AIC-6X60 Plug-and-Play SCSI Host Adapter
  1818.             Adaptec AIC-777X EISA SCSI Host Adapter
  1819.             Adaptec APA-1460 SCSI Host Adapter
  1820.             Adaptec AVA-1505 SCSI Host Adapter
  1821.             Adaptec AVA-1515 SCSI Host Adapter
  1822.             Allied Telesyn AT1510 Ethernet Adapter
  1823.             AMD PCNET Family Ethernet Adapter/ISA+
  1824.             AMI Baby EISA
  1825.             AMI Enterprise I
  1826.             AMI Enterprise I Rev-B
  1827.             AMI Enterprise II
  1828.             AMI Enterprise III
  1829.             AMI Enterprise IV
  1830.             AMI EZ-Flex Base Board
  1831.             AMI FastView
  1832.             AMI Series-15 Host/A BIOS 1.10
  1833.             AMI Series-15 Host/A BIOS 1.20+
  1834.             AMI Series-44 Host/A BIOS 1.10
  1835.             AMI Series-44 Host/A BIOS 1.20+
  1836.             AMI Series-441 Host/A BIOS 1.20+
  1837.             AMI Series-48 Host/A
  1838.             AMI Series-70 Host/A
  1839.             AT&T
  1840.             ATI Graphics Ultra Pro EISA Video Card
  1841.             Boca Research BOCALANcard
  1842.             BusLogic EISA-to-SCSI 32-bit Bus Master Host Adapter+FDC
  1843.             BusLogic MultiMaster SCSI Host Adapters
  1844.             Compaq 32-Bit DualSpeed Token Ring Controller
  1845.             Compaq Advanced ESDI Controller
  1846.             Compaq Communications Port
  1847.             Compaq Deskpro 486/50 System Memory Board
  1848.             Compaq Deskpro XL Processor Board
  1849.             Compaq ECP Printer Port
  1850.             Compaq EISA 32-Bit Fast SCSI-2 Controller
  1851.             Compaq EISA Advanced VGA Video Card
  1852.             Compaq Floppy Disk Controller
  1853.             Compaq IDE Controller
  1854.             Compaq Integrated 32-Bit Fast SCSI-2 Controller
  1855.             Compaq MiniStation/EN
  1856.             Compaq MiniStation/TR
  1857.             Compaq NetFlex ENET/TR Controller
  1858.             Compaq NetFlex-2 DualPort ENET Controller
  1859.             Compaq NetFlex-2 DualPort ENET Controller-Second Port
  1860.             Compaq NetFlex-2 DualPort Ethernet Adapter
  1861.             Compaq NetFlex-2 DualPort Token-Ring Adapter
  1862.             Compaq NetFlex-2 DualPort TR Controller
  1863.             Compaq NetFlex-2 DualPort TR Controller-Second Port
  1864.             Compaq NetFlex-2 ENET/TR Controller
  1865.             Compaq NetFlex-2 TR Controller
  1866.             Compaq Notebook Display (WD)
  1867.             Compaq PCMCIA Controller
  1868.             Compaq QVision 1024/E Video Card
  1869.             Compaq QVision 1024/E Video Card
  1870.             Compaq QVision 1280/E Video Card
  1871.             Compaq QVision 1280/I Video Card
  1872.             Compaq SCSI Controller
  1873.             Compaq SmartStation
  1874.             Databook DB86084 PCMCIA Plug-and-Play Controller
  1875.             Databook DB86184 PCMCIA Plug-and-Play Controller
  1876.             Databook DB86184 PCMCIA Plug-and-Play Controller
  1877.             Databook DB86804 PCMCIA Plug-and-Play Controller
  1878.             Databook ISA PCMCIA Controller
  1879.             DPT Corporation PM2011B1/9x ISA SCSI Host Adapters
  1880.             DPT Corporation PM2012B1 EISA SCSI Host Adapters
  1881.             DPT Corporation PM2012B1/9x EISA SCSI Host Adapters
  1882.             DPT Corporation PM2012B2 EISA SCSI Host Adapters
  1883.             DPT Corporation PM2012B2/9x EISA SCSI Host Adapters
  1884.             DPT Corporation PM2x22A EISA SCSI Host Adapters
  1885.             DPT Corporation Spectre chipset SCSI Adapters
  1886.             ESS ES688 AudioDrive and Game Controller
  1887.             Future Domain PNP-1630/1640 Plug-and-Play SCSI controller
  1888.             Future Domain TMC-1695 Plug-and-Play SCSI Host Adapter
  1889.             Future Domain TMC-1695 Plug-and-Play SCSI Host Adapter
  1890.             Future Domain TMC-18XX SIC-based SCSI Host Adapter
  1891.             Future Domain TMC-950 SIC-based SCSI Host Adapter
  1892.             Hewlett-Packard COM and LPT Ports Combo Card
  1893.             IBM Thinkpad Infrared Port
  1894.             IBM Thinkpad Infrared Port
  1895.             Intel EtherExpress PRO/10 (PnP Enabled)
  1896.             Intel TokenExpress EISA 16/4
  1897.             Iomega 8-bit PC2x SCSI Host Adapters except PC2F
  1898.             Iomega PC2F 8-bit SCSI Host Adapters
  1899.             Linksys Ether16 LAN Card
  1900.             Madge Smart 16/4 EISA Ringnode
  1901.             Madge Smart 16/4 ISA Client PnP Ringnode
  1902.             Matrox MGA Graphics Accelerator Card
  1903.             NEC EISA SCSI Host Adapter
  1904.             New Media Sound/SCSI II Multimedia Combo Card
  1905.             Novell/Antherm NE3200 or Compatible Network Adapter
  1906.             Novell/Antherm NE3200T Network Adapter
  1907.             Olicom EISA 16/4 Token-Ring Adapter
  1908.             Olicom Plug-and-Play Token-Ring ISA 16/4 (OC-3118)
  1909.             Plug-and-Play 3Com 3C503 EtherLink II/IITP Network Adapter
  1910.             Plug-and-Play 3Com 3C507 EtherLink 16 Network Adapter
  1911.             Plug-and-Play 3Com 3C509/B EtherLink III ISA Network Adapter
  1912.             Plug-and-Play 3Com 3C509B EtherLink III Network Adapter
  1913.             Plug-and-Play 3Com 3C619B TokenLink III ISA Network Adapter
  1914.             Plug-and-Play Advanced Power Management Support
  1915.             Plug-and-Play Advanced Programmable Interrupt Controller
  1916.             Plug-and-Play Always IN-2000 SCSI Host Adapter
  1917.             Plug-and-Play AMD AM2100/AM1500t Network Adapter
  1918.             Plug-and-Play AMD PCNET Family Ethernet Adapter (PCI&ISA)
  1919.             Plug-and-Play AMD PCNET Family Ethernet VL-Bus Adapter
  1920.             Plug-and-Play ATI Graphics Pro Turbo Video Adapter
  1921.             Plug-and-Play ATI Graphics Ultra Pro Video Adapter
  1922.             Plug-and-Play ATI Graphics Ultra Video Adapter
  1923.             Plug-and-Play ATI VGA Wonder Video Adapter
  1924.             Plug-and-Play BIOS
  1925.             Plug-and-Play Cirrus Logic CL-GD5429/3x Video Adapter
  1926.             Plug-and-Play Cirrus Logic Video Adapter
  1927.             Plug-and-Play Cirrus Logic Video Adapter
  1928.             Plug-and-Play Compaq Advanced VGA Video Adapter
  1929.             Plug-and-Play Compaq LTE Elite Support
  1930.             Plug-and-Play Compaq LTE Lite Support
  1931.             Plug-and-Play Compaq QVision 2000/2000+ Video Adapter
  1932.             Plug-and-Play Compaq QVision Video Adapter
  1933.             Plug-and-Play Cyrix SLiC MP Interrupt Controller
  1934.             Plug-and-Play DMA Controller
  1935.             Plug-and-Play Early Compaq Presario BIOS
  1936.             Plug-and-Play Early Compaq Prolinea BIOS
  1937.             Plug-and-Play EISA Bus
  1938.             Plug-and-Play EISA DMA Controller
  1939.             Plug-and-Play EISA Programmable Interrupt Controller
  1940.             Plug-and-Play EISA System Timer
  1941.             Plug-and-Play Exos 105 Network Adapter
  1942.             Plug-and-Play Floppy Controller
  1943.             Plug-and-Play Chips & Tech. Accelerator Video Adapter
  1944.             Plug-and-Play Chips & Tech. Video Adapter
  1945.             Plug-and-Play IBM XGA Video Adapter
  1946.             Plug-and-Play IBM XGA/2 Video Adapter
  1947.             Plug-and-Play IDE/ESDI Disk Ctrller (no serialization)
  1948.             Plug-and-Play Intel 82595-Based Ethernet Network Adapter
  1949.             Plug-and-Play Intel EtherExpress 16/16TP Network Adapter
  1950.             Plug-and-Play Intel EtherExpress PRO/10 Network Adapter
  1951.             Plug-and-Play Intel TokenExpress 16/4 Network Adapter
  1952.             Plug-and-Play Intel TokenExpress MCA 16/4 Network Adapter
  1953.             Plug-and-Play ISA Bus
  1954.             Plug-and-Play ISA Bus with VLB Slots
  1955.             Plug-and-Play Keyboard
  1956.             Plug-and-Play Madge Smart 16/4 PC Ringnode Network Adapter
  1957.             Plug-and-Play Madge Smart 16/4 Ringnode Network Adapter
  1958.             Plug-and-Play Matrox MGA Ultima/Impression Video Adapter
  1959.             Plug-and-Play MCA Bus
  1960.             Plug-and-Play MCA DMA Controller
  1961.             Plug-and-Play MCA Programmable Interrupt Controller
  1962.             Plug-and-Play MCA System Timer
  1963.             Plug-and-Play Modem
  1964.             Plug-and-Play Motherboard Resources
  1965.             Plug-and-Play Mouse
  1966.             Plug-and-Play NCR 77C22E Video Adapter
  1967.             Plug-and-Play NCR 77C32BLT Video Adapter
  1968.             Plug-and-Play Network Adapter
  1969.             Plug-and-Play Novell/Anthem NE1500T Network Adapter
  1970.             Plug-and-Play Novell/Anthem NE2100 Network Adapter
  1971.             Plug-and-Play Numeric Data Processor
  1972.             Plug-and-Play OAK Technology Video Adapter
  1973.             Plug-and-Play Olicom ISA 16/4 Token-Ring Network Adapter
  1974.             Plug-and-Play Parallel Port
  1975.             Plug-and-Play PC Speaker
  1976.             Plug-and-Play PCI Bus
  1977.             Plug-and-Play PCIC Compatible PCMCIA Controller
  1978.             Plug-and-Play Plus Hardcard II
  1979.             Plug-and-Play Plus Hardcard IIXL/EZ
  1980.             Plug-and-Play Programmable Interrupt Controller
  1981.             Plug-and-Play Pure Data PDI9025-32 Network Adapter
  1982.             Plug-and-Play RealTime Clock
  1983.             Plug-and-Play S3 86C911/86C924 Video Adapter
  1984.             Plug-and-Play S3 Video Adapter
  1985.             Plug-and-Play SCSI / CD-ROM Controller
  1986.             Plug-and-Play Serial Port
  1987.             Plug-and-Play Sound / Video / Multimedia
  1988.             Plug-and-Play Standard Display Adapter (VGA)
  1989.             Plug-and-Play Standard IDE/ESDI Hard Disk Controller
  1990.             Plug-and-Play System board
  1991.             Plug-and-Play System Board Extension for PnP BIOS
  1992.             Plug-and-Play System Timer
  1993.             Plug-and-Play Trantor Media Vision SCSI Host Controller
  1994.             Plug-and-Play Trantor T160 SCSI Host Adapter
  1995.             Plug-and-Play Trantor T348 Parallel SCSI Host Adapter
  1996.             Plug-and-Play Trantor T358 Parallel SCSI Host Adapter
  1997.             Plug-and-Play Trident  Video Adapter
  1998.             Plug-and-Play Tseng Labs ET4000 Video Adapter
  1999.             Plug-and-Play Tseng Labs ET4000 Video Adapter
  2000.             Plug-and-Play Tseng Labs ET4000/W32 Video Adapter
  2001.             Plug-and-Play Video Seven VRAM/VRAM II/1024i Video Adapter
  2002.             Plug-and-Play VLSI PCIC PCMCIA Ctrller (ELC Extensions)
  2003.             Plug-and-Play Western Digital Video Adapter
  2004.             Plug-and-Play Western Digital Video Adapter
  2005.             Proteon ProNET-4/16 EISA Token Ring (P1990) Plus
  2006.             Proteon ProNET-4/16 EISA Token Ring (P1990) Rev A1-A7
  2007.             Proteon ProNET-4/16 EISA Token Ring (P1990) Rev A8+
  2008.             Racal ES3210 EISA Adapter
  2009.             SMC EtherCard Elite Ultra 32 Adapter
  2010.             SMC SwapBox Family Plug and Play PCMCIA controller
  2011.             Sound Card
  2012.             Standard I/O Card (2xSerial, 1xParallel)
  2013.             Standard VGA Card
  2014.             SVE FD0421 EtherPlug-ISA
  2015.             SysKonnect SK-NET Flash Ethernet Adapter
  2016.             Tulip NCC-16 ISA+
  2017.             UltraStor 124F EISA SCSI Disk Array Controller
  2018.             UltraStor 14F ISA SCSI Host Adapter
  2019.             UltraStor 14FB ISA SCSI Host Adapter
  2020.             UltraStor 24F/24FA EISA SCSI Host Adapter
  2021.             UltraStor 34F/34FA VESA SCSI Host Adapter
  2022.             UltraStor 34FB VESA SCSI Host Adapter
  2023.             Vadem PCIC compatible Plug and Play PCMCIA controller
  2024.             Western Digital 7000EX EISA SCSI Host Adapter
  2025.             Zenith SCSI/IDE/Floppy EISA Controller Board
  2026.             Zenith Zeos EISA IDE Controller
  2027.  
  2028.  
  2029.  ───────────────────────────█ PCI Expansion Cards █────────────────────────────
  2030.  
  2031.  
  2032.           √  3Com EtherLink III 3C590 Bus-Master Adapter
  2033.              3Com Fast Etherlink 10/100MB Bus-Master Adapter
  2034.              ACC Microelectronics Pentium CPU/PCI Bridge
  2035.              Accton Technology
  2036.              Acer 486 chipset with M1435 Video Adapter
  2037.              Acer Labs 486 CPU/PCI & PCI/ISA Bridge
  2038.              Acer Labs PCI IDE Controller
  2039.              Acer Labs PCI/ISA Bridge
  2040.              Acer Labs Pentium CPI/PCI Bridge
  2041.              Adaptec AHA-2944UW Ultra Wide SCSI-3 Host Adapter
  2042.              Adaptec AHA-294X/AIC-78XX Ultra Wide SCSI-3 Host
  2043.              Adaptec AHA-3940/3940W Fast/Wide SCSI-2 Host (1 Channel)
  2044.              Adaptec AHA-398X MultiFunction~ RAID Adapter (1 Channel)
  2045.              Adaptec AIC-2930 SCSI Controller
  2046.              Adaptec AIC-7850 SCSI Controller
  2047.              Adaptec AIC-7870 SCSI Controller
  2048.              Advanced Integration
  2049.              Advanced Logic Research (ALR)
  2050.              Advanced Peripherals Labs
  2051.              Advanced System Products
  2052.              Achme Computer
  2053.              Alacron
  2054.              Alaris
  2055.              Alcatel CIT
  2056.              Alliance Pro Motion 3210 Video Adapter
  2057.              ALPS Eletric
  2058.              Altos
  2059.              AMD PCI SCSI Controller
  2060.              AMD PCNET Family Ethernet Adapter (PCI&ISA)
  2061.              American Megatrends
  2062.              AMP
  2063.              Anigma
  2064.              Appian PCI IDE Controller
  2065.              Apple
  2066.              Applied Micro Circuits
  2067.              Aptix Corporation
  2068.              ARK Logic ARK1000PV Video Adapter
  2069.           √  ARK Logic ARK2000PV Video Adapter
  2070.              Artists Graphics
  2071.              ASCII Corporation
  2072.              AST
  2073.              Asustek
  2074.              Aten Research
  2075.              ATI Graphics Pro Turbo (88800CX) Video Adapter
  2076.              ATI Graphics Pro Turbo (88800GX) Video Adapter
  2077.              ATI Graphics Pro Turbo Video Adapter
  2078.              ATI Graphics Ultra Pro (68800AX) Video Adapter
  2079.              Atmel
  2080.              Atronics
  2081.              Auspex Systems
  2082.              Autologic
  2083.           √  Avance Logic ALG2301 Video Adapter
  2084.              Avance Logic ALG2302 Video Adapter
  2085.              Avance Logic ALG2364 Video Adapter
  2086.              Award
  2087.              BCM Advanced Research
  2088.              Benchmarq Microelectronics
  2089.              Berg Electronics
  2090.              Bit3 Computer
  2091.              Boca Research
  2092.              BrookTree Corporation
  2093.              Burndy Corporation
  2094.              BusLogic MultiMaster PCI SCSI Host Adapter
  2095.              Cabletron Systems
  2096.              Cache Computer
  2097.              CardExpert Technology
  2098.              CERN/ECP/EDU
  2099.              Cetia
  2100.           √  Cirrus Logic CL-GD5430 Video Adapter
  2101.              Cirrus Logic CL-GD5434-HC-C Video Adapter
  2102.              Cirrus Logic CL-GD7541 (Nordic Lite) Video Adapter
  2103.              Cirrus Logic CL-GD7542 (Nordic) Video Adapter
  2104.              Cirrus Logic CL-GD7543 (Viking) Video Adapter
  2105.              Cirrus Logic PCIC compatib. PCI/PCMCIA Bridge
  2106.              Citicorp TTI
  2107.              City Gate Development
  2108.           √  CMD PCI-0640B E-IDE Controller
  2109.              CMD PCI-0646 Bus Master PCI/E-IDE Controller
  2110.              Co-Time
  2111.              Compaq
  2112.              Compaq CPU/PCI Bridge model 1000
  2113.              Compaq CPU/PCI Bridge model 2000
  2114.              Compaq PCI/EISA Bridge
  2115.              Compaq PCI/ISA Bridge
  2116.              Compaq QVision 1280P PCI Video Adapter
  2117.              Compaq QVision PCI Video Adapter
  2118.              Compaq QVision PCI Video Adapter
  2119.              Computers and Communications Research Lab
  2120.              Computrend
  2121.              Contaq Microsystems 82C596 CPU/PCI & PCI/ISA Bridge
  2122.              Cornerstone Technology
  2123.              CPU Technology
  2124.              Creative Electronic Systems
  2125.              Creative Labs
  2126.              Cyclades
  2127.              Cyrix Corporation
  2128.              Daewoo
  2129.              Dapha Electronics Corp.
  2130.              Data General
  2131.              Data Tech Corporation (DTC)
  2132.              Data Translation
  2133.              Databook
  2134.              Datacube
  2135.              DataExpert Corporation
  2136.              Datatech DTC 2130S PCI Bus/IDE Single Port Controller
  2137.              DEC 21050 PCI/PCI Bridge
  2138.              DEC Ethernet DECchip 21040 Based Adapter
  2139.              DEC Fast Ethernet DECchip 21041 Based Adapter
  2140.              DEC Fast Ethernet DECchip 21140 Adapter
  2141.              Dell
  2142.              DFI
  2143.              Diamond
  2144.              Digicom
  2145.              Distributed Processing Tech. PM2124A SCSI Host Adapter
  2146.              Diversified Technology
  2147.              DuPont Pixel Systems
  2148.              EFA Corporation
  2149.              EFAR Microsystems
  2150.              Efficient Networks
  2151.              Eldec Corporation
  2152.              Electronics and Telec. Research
  2153.              EliteGroup Computer
  2154.              Elonex PLC
  2155.              ELSA
  2156.              EMC Corporation
  2157.              Emulex Corporation
  2158.              Encore
  2159.              Epson
  2160.              Eurocore
  2161.              Evans & Sutherland
  2162.              Everex Systems
  2163.              Fast Electronic
  2164.              FIC
  2165.              Forex
  2166.              Fountain Technology
  2167.              Foxconn
  2168.              Fujitsu
  2169.              Fujitsu
  2170.              Future Domain TMC-18XX SIS based SCSI Host Adapter
  2171.              Future+ Systems
  2172.              Gainbery
  2173.              Gateway 2000
  2174.              Gemlight Computer
  2175.              Genoa Systems
  2176.              GIT
  2177.              Globe Manufacturing
  2178.              Goldstar
  2179.              Hewlett-Packard
  2180.              Hitachi
  2181.              Hitachi
  2182.              Hitachi Computer Products
  2183.              Honeywell IASD
  2184.              Hualon Microelectronics
  2185.              Hyundai
  2186.              Chaintech
  2187.              Chips and Technologies 64310 WinGine Video Adapter
  2188.              Chips and Technologies 65545 Video Adapter
  2189.              Chips and Technologies 65548 Video Adapter
  2190.              I-Bus
  2191.              I/O Data Device
  2192.              IBM PCI/CPU Bridge
  2193.              IBM PCI/ISA Plug-and-Play Bridge
  2194.              IBM PCI/MCA Bridge
  2195.              ICL
  2196.              ICL Personal Systems
  2197.              ICM
  2198.              Imaging Technology
  2199.              Informtech
  2200.              Infotronic
  2201.              Initio Corporation
  2202.              Integraphics Systems
  2203.              Integrated Device Tech
  2204.              Integrated Micro Solutions (IMS)
  2205.              Intel 82092AA PCI IDE Controller
  2206.              Intel 82092AA PCI/PCMCIA Bridge
  2207.           √  Intel 82378IB SIO PCI/ISA Bridge
  2208.           √  Intel 82420TX Saturn 486 chipset CPU/PCI Bridge
  2209.              Intel 82425EX Aries 486 PCIset with ISA Bridge
  2210.           √  Intel 82430LX Mercury/Neptune Pentium chipset CPU/PCI Bridge
  2211.           √  Intel 82430FX Triton Pentium chipset CPU/PCI Bridge
  2212.           √  Intel 82430FX Triton Pentium chipset PCI/ISA Bridge
  2213.              Intel EtherExpress PRO/100 Adapter
  2214.              Intel PCI/EISA Bridge
  2215.              Intel PIIX PCI IDE Controller (w/o Bus Mastering)
  2216.              Intergraph
  2217.              Interphase Corporation
  2218.              IPC Corporation
  2219.              J. Bond Computer Systems
  2220.              Jabil Circuit
  2221.              Jazz Multimedia
  2222.              Juko Electronics
  2223.              Kubota Pacific
  2224.              Leadtek Research
  2225.              Leutron Vision
  2226.              Logic Modeling
  2227.              LSI Logic
  2228.              Macronix
  2229.              Madge Smart 16/4 PCI Ringnode Adapter
  2230.              Maspar
  2231.              Matrox MGA Impression Plus PCI Video Adapter
  2232.              Matrox MGA Ultima/Impression PCI Video Adapter
  2233.              Matsushita Electric
  2234.              Media Vision
  2235.              Megachips Corporation
  2236.              Meidensha Corporation
  2237.              Mentor
  2238.              Micro Industries
  2239.              Microcomputer Systems
  2240.              Microcomputer Systems
  2241.              Micronics Computers
  2242.              Mini-Max Technology
  2243.              miro
  2244.              Mitac
  2245.              Mitsubishi
  2246.              Mitsubishi Electronics
  2247.              Molex
  2248.              Most
  2249.              Motorola
  2250.              Multi-Tech Systems
  2251.              MuTech
  2252.              Mylex Corporation
  2253.              N-Cube
  2254.              National Instruments
  2255.              National Semiconductor Dual PCI IDE Controller (RMM Only)
  2256.              NCR
  2257.           √  NCR 53C810 SCSI Host Adapter
  2258.              NCR 53C815 SCSI Host Adapter
  2259.              NCR 53C820 SCSI Host Adapter
  2260.              NCR 53C825 SCSI Host Adapter
  2261.              NEC
  2262.              Neomagic Corporation
  2263.              Netframe Systems
  2264.              Networth
  2265.              Newbridge Microsystems
  2266.              NexGen
  2267.              NKK Corporation
  2268.              Number Nine Imagine128 Video Adapter
  2269.              NVidia Corporation
  2270.              OAK Technology OTI-O107 Spitfire Video Adapter
  2271.              Ocean Office Automation
  2272.              Oki Electric Industry
  2273.              Olicom 16/4 PCI Token-Ring Adatper Rev. 1
  2274.              Olicom 16/4 PCI Token-Ring Adapter Rev. 2
  2275.              Olivetti
  2276.              Omron Corporation
  2277.           √  OPTi 82C557 CPU/PCI Bridge
  2278.           √  OPTi 82C558 PCI/ISA Plug-and-Play bridge
  2279.              OPTi 82C822 Pentium CPU/PCI & PCI/ISA PnP Bridge
  2280.           √  OPTi Dual PCI IDE Controller
  2281.              Packard Bell
  2282.              Parador
  2283.              PC Direct
  2284.           √  PC Technology RZ-1000 E-IDE Controller
  2285.              Peritek Corporation
  2286.              Phoenix Technologies
  2287.              PicoPower Technology
  2288.              Picture Tel
  2289.              PLX
  2290.              PLX Technology
  2291.              Powerhouse Systems
  2292.              Prescision Digital Images
  2293.              Promise Technology
  2294.              Proteon
  2295.              Q Logic
  2296.              Quantum Corporation
  2297.              Quantum Designs 8580 PCI E-IDE Controller
  2298.              Racal Interlan
  2299.              Racore
  2300.              Radius
  2301.              Rambus
  2302.              Rasterops
  2303.              Raytheon Company
  2304.              RealTek Semiconductor
  2305.              Reply Group
  2306.              Rockwell International
  2307.              Rohm Research
  2308.              Ross Technology
  2309.              S-MOS Systems
  2310.              S.C.O.
  2311.           √  S3 86C928 PCI Video Adapter
  2312.              S3 Trio32~ Video Adapter
  2313.           √  S3 Trio32~/Trio64~ Video Adapter
  2314.              S3 Vision864~ Video Adapter
  2315.           √  S3 Vision864~-P Video Adapter
  2316.              S3 Vision868~ Video Adapter
  2317.              S3 Vision964~ Video Adapter
  2318.              S3 Vision964~-P Video Adapter
  2319.           √  S3 Vision968~ Video Adapter
  2320.              Samsung Electronics
  2321.              Samsung Semiconductors
  2322.              Seiko Epson Corporation
  2323.              Sequent
  2324.              SGS Thomson
  2325.              Siemens Nixdorf
  2326.              Sierra Semiconductor
  2327.              Sierra Semiconductor SC15064 Video Adatper
  2328.              Sigma Designs
  2329.              Silicon Graphics
  2330.           √  SiS 85C496 CPU/PCI & PCI/ISA Bridge
  2331.              SiS 86c201 Video Adapter
  2332.           √  SiS PCI/ISA Bridge
  2333.           √  SiS Pentium CPU/PCI Bridge
  2334.              Solliday Engineering
  2335.              Sony
  2336.              Soyo Technology
  2337.              SPEA
  2338.              Standard Microsystems Corporation
  2339.              STB Systems
  2340.              Stratus Computer
  2341.              Supermac Technology
  2342.              Surecom Technology
  2343.              Symphony Labs PCI E-IDE Controller
  2344.              Systemsoft
  2345.              Tandem Computers
  2346.              Tatung
  2347.              Teknor Microsystems
  2348.              TekRAM
  2349.              TekRAM Technology
  2350.              Teledyne Electronic Systems
  2351.              Texas Instruments
  2352.              Texas Microsystems
  2353.              Thesys
  2354.              Thomas-Conrad Corporation
  2355.              TMC Research
  2356.              Toshiba
  2357.              Tricord Systems
  2358.              Trident Microsystems GUI9430 PCI Video Adapter
  2359.           √  Trident Microsystems GUI9420DGi Video Adapter
  2360.           √  Trident Microsystems GUI9440AGi Video Adapter
  2361.              Trident Microsystems GUI9660XGi Video Adapter
  2362.              Trigem
  2363.              Triones Technologies
  2364.              Truevision
  2365.              Tseng Labs
  2366.              Tseng Labs ET4000/W32p Rev. A Video Adapter
  2367.              Tseng Labs ET4000/W32p Rev. B Video Adapter
  2368.           √  Tseng Labs ET4000/W32p Rev. C Video Adapter
  2369.           √  Tseng Labs ET4000/W32p Rev. D Video Adapter
  2370.              Tulip
  2371.              Tyan Computer
  2372.              ULSI Systems
  2373.              UMC 486 CPU/PCI Bridge for notebook
  2374.           √  UMC 8881F 486 CPU/PCI Bridge for desktop
  2375.           √  UMC 8886F PCI/ISA Bridge for desktop
  2376.           √  UMC PCI/ISA Bridge for desktop (IDE support)
  2377.              UMC PCI/ISA Bridge for notebook (IDE support)
  2378.           √  UMC Pentium CPU/PCI Bridge for desktop
  2379.           √  UMC Pentium CPU/PCI Bridge for notebook
  2380.           √  UMC UM8673F E-IDE Controller
  2381.              Unisys Systems
  2382.              Vadem
  2383.           √  VIA Tech 82C5x5 CPU/PCI & PCI/ISA Bridge
  2384.              VIA Tech Dual PCI IDE Controller
  2385.              Video Logic
  2386.              Vitesse Semiconductor
  2387.              VLSI Technologies VL82C591 Pentium CPU/PCI Bridge
  2388.              VLSI Technologies VL82C593 PCI/ISA Bridge (Plug-and-Play)
  2389.              Vortex Computersysteme
  2390.              VTech Engineering
  2391.              Weitek P9000 Video Adapter
  2392.              Weitek P9100 Video Adapter
  2393.              Western Digital
  2394.              Winbond
  2395.              Wipro Infotech
  2396.              Wyse Technology
  2397.              X Technology
  2398.              Xenon Microsystems
  2399.              Xerox Corporation
  2400.              Xilinx Corporation
  2401.              Yamaha
  2402.              Young Micro Systems
  2403.              Zeinet
  2404.              Zida Technologies
  2405.              ZILOG
  2406.              ZNyX Advanced Systems
  2407.  
  2408.  
  2409.  ───────────────────────────█ MCA Expansion Cards █────────────────────────────
  2410.  
  2411.             (DAYI) Chinese-Input Interface Card
  2412.             (SMC) Western Digital EtherCard PLUS 10T/A (WD8003W/A)
  2413.             1018-PS2
  2414.             1019-PS2
  2415.             1021-PS2
  2416.             1048-PS2
  2417.             12-Bit 16-Channel Analog to Digital Converter Board
  2418.             12-Bit 8-Channel Analog to Digital Converter Board
  2419.             1524-PS2
  2420.             16 Port Chase Research Intelligent Serial I/O Controller
  2421.             168-Bit Digital I/O Board
  2422.             1Mb/s - 500Kb/s Tape Controller with H/W Data Compression
  2423.             217 Digital I/O Adapter
  2424.             220 Analog I/O Adapter
  2425.             2400 baud internal modem
  2426.             2SP/A
  2427.             3119 Adapter/A
  2428.             32 Bit Memory Adapter
  2429.             32-Bit Photocoupler I/O Board
  2430.             3270 Adapter
  2431.             3270 Coax Adapter/MC
  2432.             3270 Local Communication card
  2433.             3270 or XYNOX Modem
  2434.             32MC Micro Channel Memory Expansion Board
  2435.             3514 External Disk Array Adapter
  2436.             3Com 3C523 EtherLink/MC Ethernet Adapter
  2437.             3Com EtherLink III 3C529 Coax/AUI Network Adapter
  2438.             3Com EtherLink III 3C529-TP/AUI Network Adapter
  2439.             3Com EtherLink III 3C529-Combo Network Adapter
  2440.             3Com EtherLink/MC 32 Ethernet Adapter
  2441.             3CRi "Coherent Processor" Content Addressable Memory
  2442.             4 Port Chase Research Intelligent Serial I/O Controller
  2443.             4684-300 Device Channel
  2444.             4MB Memory Expansion Card
  2445.             5.25-inch Diskette Drive Adapter
  2446.             5250 Local Emulation Card Mod. 3M50
  2447.             5864 for SL 90 PC/MC
  2448.             5865 for CEP-MC
  2449.             5866 for E500 PC/MC
  2450.             5867 for MTPC/MC
  2451.             6 x ST - Slot Adapter
  2452.             68KMC
  2453.             8 Port Chase Research Intelligent Serial I/O Controller
  2454.             802.3/TP 10-Base-T
  2455.             8meg/A
  2456.             8x4 MC
  2457.             9100 Kit
  2458.             A-Bus Data Acquision and Control Adapter
  2459.             A/D 12 B32-PS2
  2460.             Above Board 2 Plus
  2461.             Above Board MC
  2462.             AC-1060 or 2060(D) ESDI Controller
  2463.             AC-1079 IDE Slim Drive Adapter
  2464.             ACC 5810-BIO
  2465.             ACC MC
  2466.             Accelerator 50/60
  2467.             Accent-MC
  2468.             ACCTON RingPair-MC4/16 Token-Ring Network Adapter
  2469.             ACCULOGIC SIMMply RAM for the PS/2
  2470.             AccuSpec/MC Acquisition Interface
  2471.             ACL MC16
  2472.             ACPA/A
  2473.             Ad Lib Music Synthesis Card
  2474.             AD/DA 110 Card
  2475.             Adapter
  2476.             AdCom2 - I
  2477.             Advanced Communications Board/Multi-Protocol - ACB/MP
  2478.             Advanced Digital PC EXBUS or TransFormer 2
  2479.             Advanced Image Processor 2
  2480.             Advanced SDLC/2 Adapter
  2481.             AE/2 Ethernet Adapter
  2482.             AGA Micro Channel SCSI controller (burst mode)
  2483.             AHA-1640 SCSI Host Adapter
  2484.             AHEAD System VGA Enhancer Rev. A
  2485.             AHEAD SYSTEMS INC., VGA EAGLE-I Rev. A
  2486.             AHEAD SYSTEMS INC., VGA ENHANCER-Z
  2487.             AHEAD SYSTEMS INC., VGA ENHANCER-Z, Rev. A
  2488.             AIC HBA SCSI Device Controller
  2489.             AID - D/A 16-PS2
  2490.             Alert Technology Serial Adapter
  2491.             Allen-Bradley Company, Inc. 1784-KT2
  2492.             Alloy FTC500/MCA Tape Adaptor
  2493.             Alloy HI-2 PC Expansion Bus Interface Card for the PS/2
  2494.             Altera LP5 Logic Programmer
  2495.             AMBER
  2496.             AMS 211
  2497.             AMS 2400 INTERNAL MODEM (FAXPACK2)
  2498.             AMS IOSIX-1 Adapter
  2499.             AMS IOSIX-2 Adapter
  2500.             AMS IOSIX-6 Adapter
  2501.             AMS IOSIX-7 Adapter
  2502.             AMS IOSIX-9 Adapter
  2503.             AMS MULTI-IO-10 Adapter
  2504.             AMS MULTI-IO-10 Adapter (Rev B)
  2505.             AMS MULTI-PARALLEL-2 Adapter
  2506.             AMS MULTI-SERIAL-1 Adapter
  2507.             Analog/Digital-Digital/Analog-TTL Multifunction Board
  2508.             ANET-16/MC
  2509.             Anchor PS24 Modem Adapter
  2510.             Aox MicroMASTER 32bit ADF v1.3
  2511.             Aox MicroMASTER 386
  2512.             Aox MicroMASTER 486 Plus
  2513.             APC-MCX
  2514.             Applied Creative Technology Systemizer MSC
  2515.             Applied DIO168PS2 168 Point Parallel Digital I/O Interface
  2516.             APT SC-1600
  2517.             AQUILA COMMUNICATIONS ARCNET for PS/2
  2518.             ARC 500 LAN card
  2519.             ARC MC-02
  2520.             ARCLINK
  2521.             Arco Electronics AC-1070 IDE Controller
  2522.             Arlunya SC306 Standards Converter
  2523.             Arnet Corporation, Multiport/2 Communications Adapter
  2524.             Arnet Corporation, Smartport/2 Communications Adapter
  2525.             Artisoft Inc. LANtastic Voice(tm)
  2526.             Artisoft LANtastic AE-2 MC Ethernet
  2527.             Artist 10000 MC Series
  2528.             Artist 10001 MC Series
  2529.             Artist TI16 Graphics Controller
  2530.             Asante Technologies EtherPaC Ethernet Adapter
  2531.             AST Advantage/2
  2532.             AST Advantage/2 -386 Adapter
  2533.             AST Advantage/2 286 with Dual Serial Port Option
  2534.             AST Advantage/2 286 with Serial & Parallel Port Option
  2535.             AST RampagePlus/MC
  2536.             AST RampagePlus/MC 386 Adapter
  2537.             AST RampagePlus/MC 386 Adapter with Serial & Parallel Port Option
  2538.             AST RampagePlus/MC With I/O Pak/MC-S Option
  2539.             AST RampagePlus/MC With I/O Pak/MC-SP Option
  2540.             AST-3270/CoaxIIA Adapter
  2541.             AST-5251/11A Enhanced Adapter
  2542.             AST-CC423/A Adapter
  2543.             AST-CC832/A Adapter
  2544.             Aster/2
  2545.             AT&T Intelligent PC ISDN Board
  2546.             AT&T PC/PBX Interface Adapter
  2547.             ATC-1148 Flat Panel Display Adapter
  2548.             ATI 8514/ULTRA
  2549.             ATI Graphics Ultra Video Accelerator (VGA Disabled)
  2550.             ATI Graphics Ultra Video Accelerator (VGA Enabled)
  2551.             ATI MC100
  2552.             Atris Quattro/20 or Atris/20 or Neftis/20 Display Adapter
  2553.             ATTACHMATE - Advanced 3270 Adapter/2
  2554.             Attachmate 19.2Kb SLDC Adapter
  2555.             ATTACHMATE Model D7710 Asynchronous SNA Adapter/2
  2556.             Automated Transaction I/O System - ATIOS
  2557.             AVM ISDN-Controller B1
  2558.             AW-RCP (Register Communications Processor)
  2559.             Barr Systems - BARR/6BBB Synchronous Communications Adapter
  2560.             BARR/DPI2
  2561.             BBS GPIB-3000
  2562.             Begonia IMC-II
  2563.             Bi-Tech 2300 Smart SCSI Interface
  2564.             BICC ISOLINK IEEE 802.3 Network Adapter
  2565.             Bit3 MCA Adapter
  2566.             Boca Research Bidirectional Parallel Adapter
  2567.             Boca Research BOCARAM/2 PLUS Memory Expansion Board
  2568.             Boca Research Dual Async/Parallel Adapter
  2569.             Boca Research Dual Async/Parallel Adapter 2
  2570.             BOCA Research Model 50/60 Memory Expansion Board
  2571.             BT-646S/D Intelligent FastSCSI Host Adapter
  2572.             Built in Features
  2573.             BusTek BT-640A Micro Channel to SCSI Host Adapter (v1.10)
  2574.             BXM 44-03
  2575.             Cabletron 4/16 Mbps T3015 Token Ring Adapter
  2576.             Cabletron Ethernet Board E3010
  2577.             Cabletron Ethernet Board E3010-X
  2578.             Cabletron Ethernet Board E3020
  2579.             Cabletron Ethernet Board E3020-X
  2580.             Cabletron Ethernet Board E3030
  2581.             Cabletron Ethernet Board E3030-X
  2582.             Cabletron Ethernet Board E3040
  2583.             Cabletron Ethernet Board E3040-X
  2584.             Cabletron Systems E3100 Series Ethernet Adapter w/ 16K RAM
  2585.             Cabletron Systems E3100-X Series Ethernet Adapter w/ 64K RAM
  2586.             CAERE TYPIST INTERFACE
  2587.             Calcomp DrawingCard uChannel Graphics Adapter -- ADF 1.00
  2588.             CAMAC Interface (Model 2928-Z1A)
  2589.             Card VTX Teledat
  2590.             Cardinal Internal Modem
  2591.             Carte Modem KORTEX
  2592.             CCP-PS-V-0900/0930/1900/3900/4900/6930/6950/9910
  2593.             CCS7 Attachment
  2594.             CCTM-05
  2595.             CEC PS<>488 GPIB Adapter
  2596.             Celer JA-28XM
  2597.             CentreCOM SIC-PS55-E
  2598.             CLEO MC/SIB (Synchronous Interface Board)
  2599.             CLI 5250 EMULATION ADAPTER
  2600.             CLI 5250emc Adapter
  2601.             CLI 5250GATE-SDLA COMM BOARD
  2602.             ClusterPort/S
  2603.             CN1000T/2
  2604.             CN190SBT/2
  2605.             CN200E/2 NIC
  2606.             CN650E/2
  2607.             CN800E/2 NIC
  2608.             CNET ARCNET CN190/2 NIC
  2609.             CNet ARCnet CN190/2 NIC Adapter
  2610.             CNT-ARR
  2611.             CNT-SCN32HD
  2612.             CNT-SMC8HS
  2613.             Coax Plus
  2614.             CODAS Playback
  2615.             CodeNet 8320/8322 Fiber Optic/8321 FOIRL Ethernet NIC
  2616.             Cogent E/MASTER III MCA 32-bit Ethernet Adapter
  2617.             COMBOLAN
  2618.             Compex ENET-16MC/U
  2619.             Compex inc. PS/2 ANET Microchannel Adapter
  2620.             COMPEX-ENET/F Network Adapter
  2621.             Computer Lab International Token-MC Adapter
  2622.             Computer Logics Ltd. - MicroLogic II Adapter
  2623.             Computone PS8/PS16 Controller
  2624.             Concord Communications MAP 3.0 Type 1410 Adapter
  2625.             CONNECT ARCnet Adapter
  2626.             Connection Board for Expansion Chassis Mod. CT 971
  2627.             Contex Scanboard (v1.1)
  2628.             Contex SCSI Adapter
  2629.             CONTROL HOSTESS 550/MC Four Port Serial Adapter
  2630.             Control Systems Artist 10 MC
  2631.             Control Systems Artist 12MC Graphics Controller
  2632.             Control Systems Artist 16MC Graphics Controller
  2633.             Control Systems Artist XJSMC
  2634.             CORE CNT-MCA ESDI Fixed Disk Controller
  2635.             CORE CNT-MCF Tape Controller
  2636.             CORE CNT-MCK Fixed Disk Adapter
  2637.             CORE ESDI Fixed Disk Controller
  2638.             CORE PS/2 SCSI Host Adapter
  2639.             Corel LS2000-MCA Rev. A
  2640.             COREtape Controller
  2641.             Cornerstone DualPage Hi-Res Monitor and Adapter
  2642.             Cornerstone High Res Adapter
  2643.             CorNet Adapter
  2644.             Corvette Display
  2645.             CPR-32-AC
  2646.             Creative Labs, Inc. - SOUND BLASTER PRO MCV CT5330
  2647.             Creative Labs, Inc. - SOUND BLASTER/MCV
  2648.             Cristie SCSI Adapter
  2649.             CSM Inc. SCSI Host Adapter
  2650.             CSX8 - PS2
  2651.             Cumulus 2 Meg Expanded/Extended Memory Multifunction Adapter V1.0
  2652.             Cumulus 2400 Baud Internal Modem
  2653.             Cumulus CuPORT-P Parallel Port Adapter
  2654.             Cumulus CuPORT-SSP 2 Serial 1 Parallel Port Adapter
  2655.             Cumulus CuRAM-16 Plus 2 MB Memory Multifunction Adapter
  2656.             Cumulus CuRAM-16 Plus 4 MB Memory Multifunction Adapter
  2657.             Cumulus CuRAM-16 Plus 6 MB Memory Multifunction Adapter
  2658.             Cumulus CuRAM-16 Plus 8 MB Memory Multifunction Adapter
  2659.             Cumulus CuRAM-16 Plus Memory Multifunction Adapter
  2660.             Cumulus CuRAM-MC32 MEMORY ADAPTER
  2661.             Cumulus SCSI Adapter C5640B
  2662.             Cumulus SILHOUETTE ADAPTER
  2663.             CuRAM 32 Plus Extended Memory Multifunction Adapter
  2664.             Custom Compute Systems C1000 IDE Fixed Disk Adapter
  2665.             Cypress/2-16
  2666.             Cypress/2-4
  2667.             D-Link (DN-300)
  2668.             D-Link (DN-300)
  2669.             D-Link 16-Bit ARCNET Card (DA-300)
  2670.             D-Link Ethernet Card
  2671.             D-Link Ethernet Card DE-320CT
  2672.             D2TI
  2673.             Dacom Asyncronous Modem Version 1.0
  2674.             Dataflex Design MCA Biscom Modem or Rapier V32 Modem
  2675.             Datagraph Pixelstar PS/2
  2676.             Datapoint MicroChannel RIM IV Adapter
  2677.             DataTrac/MTC-16 Half-Inch Tape Drive Controller
  2678.             Datem dDCM800MC Bitbus Interface Adapter
  2679.             DaynaTALK MC Network Adapter Version 1.1
  2680.             DayStar LocalTalk/MCA AppleTalk Adapter - DayStar Digital
  2681.             DBCS Display Adapter/J
  2682.             DC-1 Data Cassette Streamer System
  2683.             DCA 10NET 10BASE Twisted Pair LAN Adapter
  2684.             DCA 10NET Coaxial LAN Adapter
  2685.             DCA 10NET/STARLAN LAN Adapter
  2686.             DCA Adaptor Card-CCDAC / Loop Adaptor-CCLAC
  2687.             DCA Intelligent Comm Adapter
  2688.             DCA MCA Link
  2689.             DCA Smart Alec 5250/90
  2690.             DCOMP MPEG
  2691.             DCP-286/MC
  2692.             Desktop Conferencing
  2693.             DESMA 4/8
  2694.             DEST Corp. Scanner Controller
  2695.             DFI Handy Scanner HS-3000-II
  2696.             DFI RAM BANK-II
  2697.             DFL104 Multi Function I/O Adapter
  2698.             DI400
  2699.             Dialogic D/81, D/41 LSI/80 VR/81 Voice Processor
  2700.             Dialogic VR/81-MC, VR/41-MC Voice Recognotion Adapter
  2701.             Diatoh SCSI Interface Adapter
  2702.             DigiBoard MC/Xi DOS RS422
  2703.             DigiBoard Open-Ender DOS
  2704.             DigiBoard Open-Ender Intelligent PS2 Com 9
  2705.             DigiBoard Open-Ender RS422
  2706.             DigiBoard PS-COM/4
  2707.             DigiCHANNEL 4i or 8i (32K Memory Window) RS-422
  2708.             DigiCHANNEL C/X System
  2709.             DigiCHANNEL EM Adapter
  2710.             DigiCHANNEL MC/16
  2711.             DigiCHANNEL MC/4i or MC/8i (32K Memory Window)
  2712.             DigiCHANNEL MC/8
  2713.             Digital DE210 Ethernet Micro Channel Adapter
  2714.             Digital Ethernet Micro Channel Adapter
  2715.             Display Adapter - C0
  2716.             Display Adapter ·K/·L/·N
  2717.             Display Adapter IV
  2718.             DNA Network 'DNA-II' Adapter
  2719.             DNC 6000
  2720.             DP-11 PLUS
  2721.             DR-one Multiple Display Adapter/A
  2722.             DR-one SC306 Video Scan Converter Device Driver
  2723.             Dragon Speech Board 320
  2724.             DS-1000 Dual Asynchronous RS-232
  2725.             DS-11/MC
  2726.             DS-970
  2727.             DS2-329
  2728.             DS2-654
  2729.             DS2-717
  2730.             DS2-844
  2731.             DS8710 Multiple Floppy Disk Unit
  2732.             DSA-1640
  2733.             DSS and Sub card 2
  2734.             DSS and Sub card 3
  2735.             DSS and Sub card 3
  2736.             DT2901/05: Data Translation Analog/Digital I/O Adapter
  2737.             DUAL ASNC + PARALLEL ADAPTER
  2738.             Dual Asynchronous Card LV-6010 Corvette Display Adapter
  2739.             Dual Channel Printer Port Adapter
  2740.             Dual VGA/MC / Colorgraphic Communications Corp.
  2741.             Duo Port
  2742.             DVT/EVT Intel Action Media i750 DS1 DVI Adapter
  2743.             DX-6600 Tape Drive Controller
  2744.             E-C EconoModem 3 V22 bis modem Adapter
  2745.             E.P.I.C. II
  2746.             E2000M
  2747.             ECC MEM 32
  2748.             EDS 424 PCMAC Tape Drive Adapter
  2749.             EDSUN Memory board
  2750.             egs-VGA
  2751.             EICON Technology EiconCard, EiconCard HSI and SPCC
  2752.             EICON Technology Single Port Comm. Adapter Level 1
  2753.             EICON TECHNOLOGY: Laser Printer Adapter / Micro Channel
  2754.             ELEKEY-4
  2755.             Elite 16/2-386 Memory Expansion Adapter
  2756.             Elographics E271-2202 Touchscreen Controller
  2757.             ELSA XHR Alpha/2 Video Board
  2758.             ELSA XHR Spectra/2 Video-Board
  2759.             ELSA XHR Spectra/2 Video-Board
  2760.             EMA/Extra Memory Adapter
  2761.             Emerald SCSI / Micro Channel(tm) Tape Adapter
  2762.             Emerald Systems SCSI-HAC/MC Tape Adapter
  2763.             Emerald Technology, Inc. 3XPlus/2
  2764.             Emerald Technology, Inc. 3XPlus/2 Rev. B
  2765.             Emerald Technology, Inc. 3XTwin/2
  2766.             EML5250 / EMLGATE
  2767.             EMU - IPS
  2768.             Encryptor 526
  2769.             EON-1M Card
  2770.             ES-476
  2771.             ES-478
  2772.             ES-479
  2773.             ES-481
  2774.             ES1000 Adapter or LinkUp 3270 and M/Coax Platform
  2775.             ESDI Fixed Disk Controller
  2776.             ESP ELETTRONICA SILLARO Adapter 2 serial ports
  2777.             ETen Chinese Font Card
  2778.             ETen Laser Printer Controller,
  2779.             ETH MC-01
  2780.             ETH MC-02
  2781.             ETH MC-02 CAT
  2782.             ETH MC-02 TW
  2783.             Evaluator Channel 1
  2784.             Evercom 24/2 Modem
  2785.             Everex 4 Megabyte Memory Adapter EV-136
  2786.             Everex Speedlink/PS2 Ethernet Adapter
  2787.             EXC-1553
  2788.             Excalibur EXC-1553 PS2/E Card
  2789.             Excel Mar-10
  2790.             Excelan EXOS 215T Intelligent Ethernet Adapter
  2791.             Expansion Unit Model 002
  2792.             Expansion Unit SCSI Controller
  2793.             F3069
  2794.             Fast Image Processor
  2795.             Fastalk 2/1200
  2796.             Fastalk 2/2400
  2797.             Fastalk 2/V.32
  2798.             FasTalk 2/V.32/5, 2/V.32/42b
  2799.             FAXPRO 1402-FD
  2800.             FAXPRO 1402-IN
  2801.             FAXPRO 1402-IO
  2802.             FAXPRO 3062-IO
  2803.             FAXPRO 3L52-IO
  2804.             FAXPRO 4401-IU
  2805.             FAXPRO 4403-IU
  2806.             FAXPRO 4405-IU
  2807.             FAXPRO 4406-IU
  2808.             FAXPRO 5000-IU
  2809.             FAXPRO 5000-X4
  2810.             FAXPRO 6000-PP
  2811.             FDDI/CDI Network Interface Adapter
  2812.             Flagstaff Engineering Microchannel Disk Controller
  2813.             Flagstaff Engineering Microchannel Tape Controller
  2814.             FlexK-Adapter
  2815.             FN 1732-MC
  2816.             FN1730-MC
  2817.             Formwriter Adapter/Print Controller
  2818.             Frame Buffer and H.R. Monitor Mod. CT 820
  2819.             FTG PXL-480 HI-RES Lightpen Board
  2820.             Funkuhr PS32
  2821.             FURY 2400 PS/MNP
  2822.             Future Domain MCS700 SCSI-2 Adapter
  2823.             Future Domain SCSI Adapter
  2824.             G3 FAX Board
  2825.             G4-CDMC-01
  2826.             GammaFax CMPC Communications Adapter
  2827.             GAT PS2 Coprocessor
  2828.             Gateway 25 / Comtel
  2829.             Gateway Communications G/Ethernet Controller
  2830.             GE Fanuc Series 90 Work Station Interface
  2831.             GMM Sync/2
  2832.             GPA-1000 Game Port Adapter
  2833.             GPIB Adapter Card
  2834.             GRAF18/MC
  2835.             Graphics Engine MC/1280TC
  2836.             Gravis Eliminator (MCA) Game Card
  2837.             GS16B
  2838.             GS80B
  2839.             GTX-TC
  2840.             Hardlock Double Double Face Card
  2841.             Hayes ESP Dual Port Communications Coprocessor
  2842.             Hayes JT Fax 4800P
  2843.             Hayes Smartmodem 2400P
  2844.             HEMA Transputer Adapter TR2/2
  2845.             Hercules Graphics Station MC
  2846.             Hewlett Packard StarLAN-10 HP27246 Adapter Rev 1.1
  2847.             Hewlett-Packard ScanJet II Interface Adapter
  2848.             Hewlett-Packard Scanner Interface Adapter
  2849.             High Resolution Display
  2850.             High Resolution Graphics Board
  2851.             High Speed Adapter/A
  2852.             High-Performance Disk Drive Subsystem Adapter
  2853.             HITACHI CD-ROM Adapter
  2854.             Hostess 550/MC 16 Port
  2855.             Hostess 550/MC 8 Port
  2856.             Hostess i/MC 8/16 Port
  2857.             Hostess/MC 4 Port
  2858.             Hostess/MC 8 Port
  2859.             Howtek MC Scanner Parallel Interface (MCSPI)
  2860.             HS-MPA-2
  2861.             HWF-MC1
  2862.             HWF-MC2
  2863.             Hyperam MC 32/16
  2864.             Hyperam MC 32/16 36S
  2865.             Hyperam MC 32/16 MF
  2866.             Hyperam MC 32/16 SIMM
  2867.             Hyperam MC Extend S
  2868.             Hyperport II
  2869.             HYPERTEC HYPERPORT II
  2870.             CH Products GameCard III-Automatic/MCA Gameport Adapter
  2871.             Chameleon 3270 Terminal Emulation Adapter
  2872.             Channel/2
  2873.             Channel/2 Plus
  2874.             Chase IoPro MA 232
  2875.             Chi NineTrack Tape Controller
  2876.             I.C.S. UCDIO-24 Parallel Port Interface
  2877.             IB-232-MC16-Ultimate RAM System
  2878.             IB-232-MC32-Ultimate RAM System
  2879.             ibex ISC-Intellignet Serian Communication Adapter
  2880.             IBM 2 MB 16-bit Memory Adapter
  2881.             IBM 2-8MB 80286 Memory Expansion Option
  2882.             IBM 2400 Baud Internal Modem
  2883.             IBM 300/1200/2400 Internal Modem/A
  2884.             IBM 3117 Scanner Adapter/A
  2885.             IBM 3363 Optical Disk
  2886.             IBM 3890/XP Interface Adapter
  2887.             IBM 4 Port Serial Adapter
  2888.             IBM 4684 Device Channel
  2889.             IBM 5080 Serial Adapter
  2890.             IBM 5250 Emulation Adapter
  2891.             IBM 6157 Streaming Tape Adapter Card
  2892.             IBM 7437 PS/2 Interface Adapter Card
  2893.             IBM 7568 Industrial Computer SCSI Adapter w/cache
  2894.             IBM 8-Port RS-232C/RS-422A Adapter or X.25 Interface
  2895.             IBM ActionMedia II Display Adapter/A
  2896.             IBM Adapter
  2897.             IBM Analog I/O Card
  2898.             IBM Audio Adapter
  2899.             IBM Auto LANStreamer Network Adapter
  2900.             IBM Cryptographic Adapter
  2901.             IBM Data Exchange Adapter for 9391 Model 14
  2902.             IBM DBCS Plasma Display Adapter
  2903.             IBM Display Adapter 1.10
  2904.             IBM Display Adapters 8514/A
  2905.             IBM Dual Async Adapter
  2906.             IBM EMS Support Card (for PS/55 5530Zxx)
  2907.             IBM Engineering Graphics Adapter
  2908.             IBM Enhanced 80386 Memory Expansion Adapter
  2909.             IBM Enhanced 80386 Memory Expansion Adapter w/ROM
  2910.             IBM ESCON Adapter
  2911.             IBM EtherStreamer 32 Network Adapter
  2912.             IBM Expanded Memory Adapter
  2913.             IBM Extended Async Communication Adapter
  2914.             IBM External 360K Diskette Drive Adapter
  2915.             IBM Fast SCSI-2 Adapter
  2916.             IBM FAX Server Card
  2917.             IBM FDDI Fiber Base Adapter
  2918.             IBM Fixed Disk Adapter
  2919.             IBM G3 Adapter/A
  2920.             IBM Gearbox Model 800 0-16MB Memory Expansion Adapter
  2921.             IBM Gearbox Model 800 486 Processor Card
  2922.             IBM Gearbox Model 800 Processor Card
  2923.             IBM Hi Speed Parallel Adapter
  2924.             IBM I/O Adapter
  2925.             IBM IEEE488 Adapter
  2926.             IBM Image Adapter/A
  2927.             IBM Image Adapter/A
  2928.             IBM Image Adapter/A with Printer/Scanner Option
  2929.             IBM Image-I Adapter
  2930.             IBM Integrated Fixed Disk Controller
  2931.             IBM Integrated Hard Disk and Controller
  2932.             IBM ISDN Interface Co-processor/2
  2933.             IBM ISDN/2 Co-processor Model 2
  2934.             IBM Japanese OCR Processor Card
  2935.             IBM LAN Adapter/A for Ethernet
  2936.             IBM LANStreamer MC 16 Network Adapter
  2937.             IBM LANStreamer MC 32 Adapter
  2938.             IBM LANStreamer MC 32 Network Adapter
  2939.             IBM M-Motion Adapter
  2940.             IBM M-Motion Adapter
  2941.             IBM Memory Expansion Adapter (2-8MB 80386)
  2942.             IBM Microchannel Bus Adapter
  2943.             IBM Model 90 Planar Serial Port No. 2
  2944.             IBM MSR-J Adapter
  2945.             IBM Multi-Protocol Communications Adapter
  2946.             IBM Mwave WindSurfer Communications Adapter
  2947.             IBM P70 Plasma Display Adapter
  2948.             IBM PC Network Baseband Adapter/A
  2949.             IBM Personal Pageprinter Adapter/A
  2950.             IBM Personal/370 Processor
  2951.             IBM POS I/O Adapter
  2952.             IBM POWERgraphics GTO Accelerator
  2953.             IBM Print Service Adapter
  2954.             IBM PS/2 Adapter/A for Ethernet(tm) Networks
  2955.             IBM PS/2 MC SCSI Adapter with Cache
  2956.             IBM PS/2 SCSI Adapter
  2957.             IBM PS/2 SCSI Adapter w/Cache
  2958.             IBM PS/2 W4 Adapter
  2959.             IBM RAS Adpater
  2960.             IBM Realtime Interface Co-processor Multiport/2 or X.25 /2
  2961.             IBM Realtime Interface Co-processor Portmaster Adapter/A
  2962.             IBM Remote 5250 Adapter/A
  2963.             IBM RISC System/6000 16-Port Async Adapter - EIA-232
  2964.             IBM RISC System/6000 16-Port Async Adapter - EIA-232
  2965.             IBM RISC System/6000 5080, 5085, 5086 Attachment Adapter
  2966.             IBM RISC System/6000 64-Port Async Controller
  2967.             IBM RISC System/6000 8-Port Async Adapter - EIA-232
  2968.             IBM RISC System/6000 8-Port Async Adapter - EIA-422
  2969.             IBM RISC System/6000 8-Port Async Adapter - MIL-STD-188
  2970.             IBM RISC System/6000 Color Graphics Display Adapter
  2971.             IBM RISC System/6000 Ethernet High-Performance LAN Adapter
  2972.             IBM RISC System/6000 FDDI-Fiber/STP Single Ring Adapter
  2973.             IBM RISC System/6000 Fiber Distributed Data Dual Ring
  2974.             IBM RISC System/6000 Graphics Input Device Adapter
  2975.             IBM RISC System/6000 Grayscale Graphics Display Adapter
  2976.             IBM RISC System/6000 POWER Gt3(x)/4x Graphics Subsystem
  2977.             IBM RISC System/6000 SCSI High-Performancs Adapter
  2978.             IBM S/370 Channel Emulator
  2979.             IBM S36/38 Work Station Emulation Adapter
  2980.             IBM SCSI-2 Raid Adapter
  2981.             IBM Second Store Loop Adapter/A
  2982.             IBM ServerGuard Adapter
  2983.             IBM Store Loop Adapter
  2984.             IBM SVGA Display Adapter/A
  2985.             IBM SVGA-CL28 Adapter
  2986.             IBM System/370 Mainframe Connection/Parallel Channel
  2987.          √  IBM Token-Ring Network 16/4 Adapter/A
  2988.             IBM Token-Ring Network 16/4 Busmaster Server Adapter/A
  2989.             IBM Token-Ring Network Adapter/A
  2990.             IBM TTL Async Communication Adapter
  2991.             IBM v.32 Modem/A
  2992.             IBM VGA Adapter
  2993.             IBM Video Adapter-J 1.10
  2994.             IBM VoiceType Dictation Adapter
  2995.             IBM Wide Area Connector (WAC) Adapter
  2996.             IBM Wizard i860 Attached Processor Adapter
  2997.             IBM XGA Video Adapter
  2998.             IBM XGA-2 Display Adapter
  2999.             IBM5582 Adapter
  3000.             ICC/Intercom MC Card Adapter
  3001.             ICOT Multiprotocol Adapter/MC
  3002.             IDE Controller for Model 60 & 80
  3003.             IDEA Minicom serial controller
  3004.             IDEAcomm 5251 4 LU short card
  3005.             IDT FAME 9 Track Tape Coupler
  3006.             IEEE 488 GPIB Interface
  3007.             IF-120 Optocoupler Card
  3008.             IF-140 32-bit Digital I/O, 16-bit Counter
  3009.             IF-230 Multifunction Card
  3010.             IF-330 9-channel Counter/Timer Adapter
  3011.             IF-450 Intelligent RS422/RS485/RS232 Interface
  3012.             IF-600 Reed Relay Card
  3013.             IF-800 Universal (E)EPROM Programmer
  3014.             ILLUM-16/MC Video Graphics Board - REV 1.0
  3015.             ImagetScanner AdapterKit IK-2
  3016.             IMC Networks Corporation PCnic II Ethernet Controller
  3017.             IMP2/PS
  3018.             IMP8/PS
  3019.             IMS B017 Transputer Module Motherboard
  3020.             IN-330-MC
  3021.             Ines IEEE-488 Adapter
  3022.             InfoChip Systems MC-105 Data Compression Coprocessor
  3023.             InfoWindow GPIB2 Card
  3024.             InfoWindow VGA Control Card
  3025.             Intel 2400B Modem 2
  3026.             Intel Above Board MC32
  3027.             Intel ActionMedia(tm) Adapter
  3028.             Intel EtherExpress 16(tm) MC Network Adapter
  3029.             Intel MC Connection CoProcessor
  3030.             Intel MC Connection CoProcessor with Modem Option
  3031.             Intel SatisFAXtion Adapter
  3032.             Intel Visual Edge
  3033.             Intelliport II MC 8
  3034.             Intelliport II MC EX or EXF
  3035.             Interactive Images Touch Screen Adapter
  3036.             INTERCOPE ISDN Communication Server
  3037.             Internal Ethernet Controller
  3038.             Internal Synchronous Communications
  3039.             Invisible Ethernet/A (with 16K ROM)
  3040.             Invisible Network Model 200/A
  3041.             Invisible Network Model 300/A (with 16K ROM)
  3042.             IOMEGA PC4 Host Adapter Board
  3043.             IOMEGA PC48-50 SCSI Host Adapter Board
  3044.             Iomega PC4B/HD SCSI Host Adapter Board
  3045.             IOtech Personal466/2 466 Interface
  3046.             IRIScom III Coax Adapter
  3047.             IRMA 3 3270 Coax Adapter
  3048.             IRMA 3t 3270 Coax Adapter
  3049.             IRMA2-MCA Adapter
  3050.             Irwin 4100MC Controller
  3051.             ISAC 3200 (C) Isolatoin Systems Limited 1988, 1991
  3052.             ISDN-S/2 Adapter
  3053.             ISO-DNO 16/16
  3054.             IX22 Data/Fax Modem
  3055.             IX33 Data/Fax Modem
  3056.             IXS 1600
  3057.             JBCC Diskette Adapter
  3058.             JBCC Magnetic Card Reader Adapter
  3059.             JLaser 6MC
  3060.             JLASER-6MC
  3061.             Jones Futurex Encryption Adapter (Model 526)
  3062.             Jovian Logic Corp. SYLVIA/MC
  3063.             Jovian Logic Corp. VIA
  3064.             KBD8/MC
  3065.             Keithley Instruments Series 500 Interface
  3066.             KEL2IF
  3067.             KEYWORD CB-III
  3068.             KF-9200/9510 Document Display System
  3069.             KHEOPS Etebac Card
  3070.             Kingston 64MB Memory Expansion Adapter
  3071.             Kingston KTM-16000/386 Memory Expansion Adapter
  3072.             KINGSTON KTM-609/16 Memory Expansion Adapter
  3073.             Kingston KTM-8000/286 Expansion Memory Adapter
  3074.             Kingston KTM-8000/386 Expansion Memory Adapter
  3075.             Kingston Technology Data Master
  3076.             Kingston Technology DataCard 16
  3077.             Koax 3270 MC Adapter
  3078.             Kofax Image Products Document Processor
  3079.             KORTEX 9600 SDLC
  3080.             KORTEX 9600 SDLC
  3081.             KRAFT G/3+ Adapter Card
  3082.             Kronos RS-485 Comm/Key Adapter 6600133-001
  3083.             Kurzweil Discover 7320 Scanner Interface
  3084.             Kurzweil Discoverer SCSI Adapter
  3085.             Kurzweil Flatbed Scanner Adapter
  3086.             La Commande Electronique LCE123S/124S(2)/125S Modem
  3087.             Land Computer SCSI Interface Adapter
  3088.             LANSprint High Speed Printer Controller
  3089.             LANtastic(tm) Artisoft Inc. 2Mbps Network Adapter
  3090.             LanWay TR 16/4
  3091.             LASAT PS12
  3092.             LASAT PSM24(P)
  3093.             LASAT PSM24Prestige, LASAT PSM96Prestige or LASAT PSM96Plus
  3094.             Lasergraphics RASCOL IV
  3095.             LaserMaster WinPrinter Controller
  3096.             Lava Async/2 Adapter
  3097.             Lava Parallel Link
  3098.             Lightning / Plus or Prime Image Accelerator
  3099.             Line Runner-S
  3100.             Linkup M/COAX (Rev. 705)
  3101.             Local 5250 Adapter Card
  3102.             Logitech ScanMan Adapter
  3103.             M-Motion Video Adapter/A
  3104.             M6060 Serial/Parallel Printer Adapters
  3105.             M6520 ARCnet 4-Port Internal Active Hub Master Controller
  3106.             M6550 16-bit ARCnet Adapter
  3107.             M6600 Ethernet Adapter
  3108.             M6620 Ethernet Adapter with Boot PROM Option
  3109.             Madge MC Ringnode
  3110.             Madge MC Ringnode (2nd generation)
  3111.             Madge Smart 16/4 MC Ringnode
  3112.             Madge Smart 16/4 MC32 Ringnode
  3113.             MainLan Ethernet Adapter
  3114.             Mainlan Network Adapter
  3115.             MARCP2 ARCnet Adapter
  3116.             Marksman II or Phantom
  3117.             Martin Speech Accelerator Card
  3118.             MAS/2 Dual Asynch/Synch Adapter
  3119.             Master Graphics CADcelerator
  3120.             Matrox MG-104/108-M Adapter - Rev 1.0
  3121.             Matrox MGA Video Adapter (V1.00)
  3122.             Matrox PG2-1281 Hi-Res Graphics Controller - REV 2.0
  3123.             MAXPEED INTELLIGENT MULTI-PORT CONTROLLER
  3124.             MaynStream QIC-02 Tape Adapter
  3125.             MaynStream SCSI Tape Adapter
  3126.             Mayze Systems Ltd. Syncro 24PS V26 bis Modem
  3127.             Mayze Systems Ltd. Syncro 48PS V26 ter Modem
  3128.             MC 1000
  3129.             MC IEEE-488
  3130.             MC Master ADF v2.2
  3131.             MC SLAVE ENCRYPTOR
  3132.             MC-16 Micro Channel Memory Expansion Board
  3133.             MC-16A Memory card
  3134.             MC-40 Adapter or Modem Digicom SNM
  3135.             MC-4T
  3136.             MC-COM 100
  3137.             MC-Fax 2000
  3138.             MC-FUT
  3139.             MC-MXI
  3140.             MC-PIO-48 Programmable I/O Card
  3141.             MC-SIO-4 Serial I/O Communications Card
  3142.             MC14
  3143.             MC3 Adapter for CX3K
  3144.             MC30
  3145.             MCA Adapter for Laser Video Interface
  3146.             MCA-to-VMEbus Adapter
  3147.             MCC/II-8 or -16
  3148.             MCCA
  3149.             MCL-920 Digital I/O and Counter Card
  3150.             MCL-948 IEEE-488 Interface Card
  3151.             MCM144FAX
  3152.             MCM24V2FAX
  3153.             MCNIC
  3154.             MCR-6
  3155.             MDCB/2 & FDCB/2 Disc Coprocessor Boards
  3156.             MEGAMEM
  3157.             MEGAMEM 8000
  3158.             MEGAPLEX/2
  3159.             MEGAPLEX/RS
  3160.             MEGAPORT/2 12LD, 12CS, 24CS, or 24LD
  3161.             MEGAPORT/RS 12LD, 12CS, 24CS, or 24LD
  3162.             Memorex Telex 3270 Coax Adapter
  3163.             Memorex Telex 6508 SSI LINK-MC Adapter
  3164.             Memorex Telex Universal/1472 /3270 Coax Adapter
  3165.             Memory 32
  3166.             Memory Adapter for Micro Channel Architecture
  3167.             Memory Expansion Adapter (2-6MB 80386)
  3168.             Merlin Programmable Graphics Controller
  3169.             Metaphor WS2XP/MCA
  3170.             MetraByte uCCOM-422 RS-232/422 Communications Interface
  3171.             MetraByte uCDAS-16G A/D, D/A & Digital I/O Interface
  3172.             MetraByte uCDAS-8PGA Data Acquisition Board
  3173.             MetraByte uCDISO-8 Control Input&Relay Output Interface
  3174.             MG96 or MG144
  3175.             MICRO DISPLAY SYSTEMS Video Adapter
  3176.             MICRO DISPLAY SYSTEMS, INC. 34010 MONOCHROME VIDEO ADAPTER
  3177.             Micro Channel ALICE Processor
  3178.             Micro Channel Compatible Key Card
  3179.             Micro Channel PIRA
  3180.             Micro Channel Tape Drive Host Adapter
  3181.             Micro SMILE
  3182.             Micro to Mainframe Product
  3183.             Micro TRAN
  3184.             Micro-Integration COAXXSYS Adapter
  3185.             Microcamp DR-one MultiVGA
  3186.             MicroCAT Measurment Coprocessor
  3187.             Microdyne IRMAtrac - DCA Token Ring Adapter Card
  3188.             Microdyne IRMAtrac Token-Ring Adapter/Convertible
  3189.             Microeye IC Video Digitizer
  3190.             Microeye Picturebook Adapter
  3191.             Microeye Video Output Board
  3192.             MicroFax
  3193.             Microfield T8/2 High Resolution Graphics Controller
  3194.             MICROFOUR
  3195.             MicroGate SLAM/32 Modem Card
  3196.             MicroGate SyncLink Communications Card
  3197.             MicroGate SyncLink Modem Card
  3198.             MicroChannel Bus QIC O2 Adapter
  3199.             MicroPort P
  3200.             Microport PS
  3201.             MicroPort-2S
  3202.             MicroRAM SC
  3203.             MICROTEK MS-PS/2 Interface Adapter
  3204.             MicroWay mW1167-M70/80 With 3167
  3205.             MIDIator
  3206.             MIPS R1000, R1200, R2000, R4000
  3207.             Miracom Keycard/PS Modem
  3208.             miroMAGIC Grafikcontroller
  3209.             MIT 24
  3210.             ML3/A or /C or /D or /S
  3211.             MOD4S
  3212.             ModConnect MC-984 Programmable Controller AM-0984-MCO
  3213.             ModConnect Modicon SM85/Modbus Plus Adapter
  3214.             Model 10107 HardCopy Interface
  3215.             Model 10108 DR1-W Emulator
  3216.             Model 10109 Network Adapter Interface
  3217.             Modem Adapter/A (300/1200/2400)
  3218.             Modem Fonico R.C. Sysnet SMF-22
  3219.             Monolithic Systems JustRAM/MC8 Memory Board
  3220.             Mountain 16 Bit SCSI Host Adapter
  3221.             MP2
  3222.             MP3140
  3223.             MPA-2000
  3224.             MPCA-PS
  3225.             MS/2 Dual RS-232 Serial Adapter
  3226.             MS/2 Dual Serial Adapter
  3227.             MS/4RJ Four Port Serial Adapter
  3228.             MS1553MC MIL-STD1553 Adapter Card
  3229.             MSI-DDA/2 - Dual RS-422/485 Differential Serial Adapter
  3230.             MSI-DPA/2 - Dual Parallel Adapter
  3231.             MSI-GPIB/2 - Gen. Purpose Interface Bus (IEEE-488) Adapter
  3232.             MSI-PA/2 - Parallel Adapter
  3233.             MSI-PSA/2 - Parallel / Serial Adapter
  3234.             MSI-QSA/2 - Quad Serial Adapter
  3235.             MSI-SA/2 - Serial Adapter
  3236.             MSP/4 Four-Channel Serial + Parallel Adapter
  3237.             Multi-Serial-8
  3238.             Multi-Tech 3270 Emulation Board
  3239.             Multi-Tech Systems MT1432ES
  3240.             Multi-Tech Systems MT224ES7
  3241.             Multi-Tech Systems MT224PS/ES
  3242.             MultiCom PSG5250/PSG5250/LGW
  3243.             MULTIKEY
  3244.             Multisync Graphics Engine
  3245.             MultiUser Tool
  3246.             MUNIN/2
  3247.             MVGA Multi-VGA Video Adapter
  3248.             mW3167-PS
  3249.             MXI-1000 GPIB Interface Adapter
  3250.             National Instruments MC-DIO-24 Digital I/O Interface
  3251.             National Instruments MC-DIO-32F
  3252.             National Instruments MC-GPIB IEEE-488 Interface
  3253.             National Instruments MC-MIO-16 Data Acquisition Card
  3254.             NCI 4700 Banking Card/MC
  3255.             NCI 4700 PCI/MC
  3256.             NCI BANC-Ring 16/4 Adapter
  3257.             NCL 600 SCSI Host Adapter
  3258.             NCM-DIOM
  3259.             NCP3270 ISDN/2
  3260.             NCPe Multiboard /2
  3261.             NCR 16/4 Token-Ring Adapter/MC
  3262.             NCR 3250/3355 HPG Video Adapter (w/o ROM)
  3263.             NCR 3421 SCSI Controller
  3264.             NCR 53C400 SCSI Host Bus Adapter (HBA)
  3265.             NCR 53C710 MCA SCSI Host Adapter
  3266.             NCR 53C94 SCSI Controller
  3267.             NCR 796 Terminal Emulator
  3268.             NCR Business Audio with FM Synthesis
  3269.             NCR C700 SCSI Host Adapter Board
  3270.             NCR MPCA/MC Adapter
  3271.             NCR SCSI Host Adapter Board
  3272.             NCR StarWAN Interface Adapter
  3273.             NCR StarWAN ISDN Data Terminal Adapter/MC
  3274.             NCR StarWAN ISDN Personal Comuputer Terminal Adapter/MC
  3275.             NCR WaveLAN Network Interface Card
  3276.             NE/2-32
  3277.             NeoTech Dual Bidirectional Parallel Adapter, PM102
  3278.             NEOTECH DUAL RS-422/RS-485 SERIAL ADAPTER
  3279.             NEOTECH FOUR CHANNEL SERIAL ADAPTER
  3280.             NEOTECH PARALLEL ADAPTER
  3281.             NEOTECH SERIAL ADAPTER
  3282.             NEOTECH SERIAL/PARALLEL ADAPTER
  3283.             NEOTECH TWO CHANNEL PARALLEL ADAPTER
  3284.             NET18/MC
  3285.             Network Designers Ltd Garnet 2 Card
  3286.             Network Designers Ltd ONYX Card
  3287.             Network Peripherals FDDI Adapter
  3288.             NetWorth, Inc. - EtherNext/MC Network Adapter
  3289.             NetWorth, Inc. - v Series
  3290.             NI9210 Micro Channel Network Controller
  3291.             Northern Telecom Lanstar/MC Card
  3292.             NOVA/A
  3293.             Novell/Anthem NetWare NE/2 NIC
  3294.             Nth Engine 230
  3295.             Nth Engine/MCA for the IBM PS/2
  3296.             Number Nine #9GX Microchannel Graphics Adapter
  3297.             Number Nine #9GXi Graphics Coprocessor
  3298.             OC-3164 WAN Adapter
  3299.             OCTOPORT
  3300.             Olicom MC 16/4 Token-Ring Network Adapter
  3301.             OLITEC PS 2400 or V32 or V32bis
  3302.             OMNI 4/6000 GDC
  3303.             OMNILINK 422-485
  3304.             OMNILINK SP
  3305.             OMNINET /1 MC Transporter Card
  3306.             Omninet/4 PS/2 Transporter
  3307.             OmniTel Encore 2400PS Internal Modem
  3308.             ONboard2
  3309.             One Chip Plus
  3310.             Online CDI-210H (Hitachi) CD-ROM Controller
  3311.             Online CDI-210S (Sony) CD-ROM Controller
  3312.             OpenToken/16MM; ND1111
  3313.             Optipac Series 250/Eicon Laser Printer Adapter
  3314.             Opto 22 Dual RS-485 Serial Port
  3315.             Opto 22 Isolated R8-485 Serial Port
  3316.             Opto 22 Pamux 4 Adapter
  3317.             ORCHID RamQuest EXTRA
  3318.             ORCHID RAMQUEST EXTRA 16/32 V1.1
  3319.             Orchid Technology ProDesigner II/MC v1.00
  3320.             OS/RAM32 Memory Adapter, Capital Equipment Corp.
  3321.             OS/RAM32plus Memory Adapter, Capital Equipment Corp.
  3322.             OS/RAM4 Memory Adapter
  3323.             OS/RAM8 Memory Adapter, Capital Equipment Corp.
  3324.             OST PS/2 RNIS Adapter
  3325.             Overland Data 9 Track Tape Coupler Model XL/2
  3326.             OXUS PS/S0
  3327.             P06.030.02
  3328.             P10.009.02
  3329.             P10.032.01
  3330.             P10.032.03
  3331.             p1800 ProNET-10 Network Adapter for PS/2
  3332.             Pacific Image Superfax Adapter
  3333.             Pacstor SCSI Host Adapter
  3334.             Panasonic FX-RS505/RS506 Image Scanner Adapter
  3335.             Paradise 8514/A Plus Video Adapter
  3336.             Parity + Plus Model P16110
  3337.             Parity + Plus Model P32110
  3338.             Passport Communications Adapter
  3339.             PC2-QV4
  3340.             PCM DSA-340 Digital Audio Record/Playback Unit
  3341.             PCSS
  3342.             PCTEX -4 MC
  3343.             PCX.21 N/A Multi-protocol Communication Adapter
  3344.             PCX.21/A Multi-protocol Communication Adapter
  3345.             PE 117 Smard Card Security Device
  3346.             Pentax PS/2 SB-X4301 Scanner Interface Card
  3347.             Periscope 1/MC
  3348.             Periscope Model I
  3349.             Phase 1 Adapter
  3350.             PIICEON Memory Board with ROM
  3351.             PIXELWORKS PS/2 Ultra Clipper Graphics Subsystem V1.1
  3352.             Planar DBCS Font ROM
  3353.             Planar VGA/LCD Adapter
  3354.             PLUS PASSPORT MC ADAPTER BOARD
  3355.             PlusTek ScanPlus Page/2 Colour Adapter
  3356.             PM14400 PS/2 Internal Modem
  3357.             PM2400 PS/2 Internal Modem
  3358.             Polytel Super Keycard/A
  3359.             POWERPORT 2 Game Adapter
  3360.             PowerportsMC 8/16/32
  3361.             PRIMA PS/XMEM-PS
  3362.             PRINT370
  3363.             ProCom Technology Inc. Micro Channel SCSI Enabler
  3364.             ProCom Technology, Inc. PIRA 55
  3365.             ProDesigner II/MC
  3366.             Professional Microchannel DG/LAN Controller
  3367.             Promdisk
  3368.             Promdisk Programmer
  3369.             ProModem 2400PS
  3370.             Proteon p1840 ProNET-4 Network Adapter for PS/2
  3371.             Proteon p1890 4/16 Mbit/S Token Ring Adapter
  3372.             Proteon p1892 4/16 Mbps Token Ring Adapter
  3373.             Proteon p1892 MCA 4/16 Mbps Token Ring Adapter
  3374.             PS 2000
  3375.             PS 8 Port Serial
  3376.             PS DIO 48/2
  3377.             PS DUAL 232+LPT
  3378.             PS DUAL 422/485
  3379.             PS Elite/2
  3380.             PS Porto/2
  3381.             PS SI04 Multiport Adapter
  3382.             PS Timer DIO/2
  3383.             PS/16
  3384.             PS/2 Communications Port
  3385.             PS11
  3386.             PS2 HIGH SPEED COMM
  3387.             PS2000 OCR Read Adapter Card
  3388.             PS<>488 IEEE-488 Adapter from CEC (rev D)
  3389.             PScomm2/4
  3390.             PSP400 Cryptographic Module
  3391.             Pure Data PDuC9025 Token Ring Network Adapter
  3392.             PUREDATA PDIUC508 Microchannel ARCNET Interface Adapter
  3393.             PUREDATA PDuC8023 Ethernet
  3394.             PUREDATA PDuC8025 Microchannel TRN Interface Adapter
  3395.             PXB-7200
  3396.             Q-PC
  3397.             QAR Data Replay Equipment
  3398.             QDB4-PS2
  3399.             QIC-02 Adapter
  3400.             QIC-02 Tape Adaptor (LCS-6818/II)
  3401.             QIC02 Tape Controller with Hardware Data Compression
  3402.             QIC80 Tape Drive Controller
  3403.             QS-1000
  3404.             Qua Tech ES-2000/ES-3000 Eight Asynchronous RS-422/RS-485
  3405.             Qua Tech QS-2000 Quad Port Asynchronous RS-4225
  3406.             Qua Tech RS-422 Driver Adapter, DS-2000/3000
  3407.             QUA TECH SmartLynx ESI-1000
  3408.             Qua Tech SP-1000 Parallel Printer Adapter
  3409.             Qua Tech SP-1050 Serial/Parallel Port Adapter
  3410.             Quad VGA
  3411.             Quadboard PS/Q Multifunction Adapter (primary ID)
  3412.             Quadboard PS/Q Multifunction Adapter (secondary ID)
  3413.             QUADMEG PS/Q Memory Adapter vR1..ENHANCED MODE (primary)
  3414.             QUADMEG PS/Q Memory Adapter vR1..ENHANCED MODE (secondary)
  3415.             Quattro PS Modem
  3416.             Quintet-MC
  3417.             Rabbit RB62 Coaxial Communications Adapter
  3418.             Rabbit RB74 Remote Communications Processor
  3419.             Rabbit RB75 Remote Communications Processor
  3420.             Rabbit RB77 Remote Communications Adapter
  3421.             Rabbit RB78 Coax Adapter
  3422.             RAC/M IX
  3423.             Racal Vadic - 2400/PS Autodial Modem
  3424.             Racore 16/4 Token-Ring Adapter
  3425.             Racore Token-Ring Adapter
  3426.             Radius SVGA MultiView
  3427.             Radius TPD/PC-MCA
  3428.             Rapport PS6
  3429.             Raster Devices Controller
  3430.             Raster Image Processor Mod. CT 5177
  3431.             Rasterex (Int.) a.s, Liberty-MC Graphics Board
  3432.             Rasterex (Int.) a.s, Light-MC Graphics Board
  3433.             RasterOps Colorboard 1024MC
  3434.             REDIA RAMPA Engineering Digital I/O Card
  3435.             REINGRAPH GREEN
  3436.             REINGRAPH RED 8514A Graphics Accelerator
  3437.             Relays + I/O Board
  3438.             Reply AT IDE Drive Adapter
  3439.             Reply On-Board Serial/Parallel Adapter
  3440.             RHESUS-COAX
  3441.             Rimfire 5700 SCSI/SCSI-2 Adapter
  3442.             RISCom /uH2
  3443.             RISCom/u8
  3444.             RM Ethernet-MC/2 Adaptor
  3445.             Roland MIDI PROCESSING UNIT MPU-IMC
  3446.             RPTI-NET 1000M (R1000M-001/3)
  3447.             RPTI-NET 3000M (R-3000M-001/3)
  3448.             RS422/A
  3449.             RSHA or RSHD
  3450.             RT1000-MC SCSI Host Bus Adapter
  3451.             RTI HiLink5 Multiprotocol Communications Adapter
  3452.             RTI-204 Analog Input and Digital I/O Board
  3453.             RTI-205 Multifunction Analog and Digital I/O Board
  3454.             RTI-222 Analog Output Expansion Board
  3455.             S-DCB/2
  3456.             S.905M Synchronous Emulation Adapter
  3457.             S/485 RS-422/485 Serial Adapter
  3458.             S370 Byte Multiplexor Adapter
  3459.             Safe Board
  3460.             SAKHR Arabic ROM Card (Model AX35MC)
  3461.             Sanyo ROM-B350 CD-ROM Interface Card
  3462.             Satelite Data Sub-Carrier Modem
  3463.             SC5-CO
  3464.             SCANCAD 128-MICROCHANNEL
  3465.             Scanner Adapter GSII-PS/2
  3466.             Scanner Interface Mod. CT 1020
  3467.             Scientific Solutions DAS-1612
  3468.             SCL-610
  3469.             SCS-MC Communications Co-Processor
  3470.             SCSI Adapter (#1D3C)
  3471.             SCSI Bus Adapter
  3472.             SCSI Fixed Disk Controller
  3473.             SCSI/V1 Encryption Board
  3474.             SDC-III
  3475.             SDS 2239 - Digital Audio Record/Playback Adapter
  3476.             SDX SNA 3270/3770 on X.25/SDLC Lines
  3477.             SEALEVEL MC-485, RS-422/485 Serial Adapter
  3478.             Security Adapter
  3479.             Security Module
  3480.             Serial 2
  3481.             Serial Communications Card
  3482.             SERIAL PARALLEL ADAPTER
  3483.             SGI Micro-Channel IRISVISION Adapter
  3484.             SGS - VCEP
  3485.             Shine Modem Card (LCS 8824B/II)
  3486.             ShineLink 3270 Terminal Emulator (LCS-8848/II)
  3487.             ShineNet LAN Card (LCS-8834-II)
  3488.             Siemens BAM Adapter (FM9750 Emulation)
  3489.             Sigma Design's L-VIEW for the PS/2 with VGA Emulation
  3490.             Sigma Design's MultiMode 120 Display Controller
  3491.             Sigma Design's PageView for the PS/2
  3492.             Sigma Design's Silverview (VGA) for the PS/2
  3493.             Sigma Design's L-VIEW for the PS/2
  3494.             SilverView
  3495.             SITER 2
  3496.             SK-NET MC2
  3497.             SK-NET TR/MC2
  3498.             SKNET Ethernet Adapter/G (ADF-Rev. 1.1)
  3499.             Small 4 Port Chase Research Intelligent Serial I/O Controller
  3500.             Smart Eight/2
  3501.             SMC EtherCard PLUS/A (SMC8013EP/A)
  3502.             SMC EtherCard PLUS/A (SMC8013WP/A)
  3503.             SMC TokenCard Elite/A (8115T/A)
  3504.             SMC3016/MC
  3505.             SNM 12 PS Modem
  3506.             SNM 16 Modem
  3507.             Software 100 Multichannel Analyzer
  3508.             SOLIS MC
  3509.             SORAC VideoCapture S0-212
  3510.             SORAC VideoCapture SO550
  3511.             SPEA - Flash 1
  3512.             SPEA - HiLite MCA
  3513.             Specialix SI/PS Intelligent I/O Controller
  3514.             SR32BMCI 32 Bit Memory/IO Adapter Card
  3515.             STACKER MC/16 - Data Compression Co-Processor Card
  3516.             Standard Microsystems Corporation ARCNET-PS110
  3517.             Star Gate ACL_MC Adapter
  3518.             Star Gate PLUS 8 MC Adapter
  3519.             START Board
  3520.             STB MC/MVP ERGO VGA Adapter
  3521.             STB PowerGraph/2 VGA Adapter
  3522.             STB Serial/Parallel Adapter
  3523.             STD PSX/386/486 LO_MEMORY Multi Master Card
  3524.             Stone Multivideo Multiuser Terminal Adapter
  3525.             Storage Dimensions SDC3211F 32-bit FAST SCSI Host Adapter
  3526.             Storage Plus Inc. SCSI Host Adapter
  3527.             Street Electronics "ECHO" Speech Synthesizer
  3528.             SUMINET-3500 NSB
  3529.             Super IO MC
  3530.             Super MicroFour (Super Pink Board)
  3531.             SUPER VIA
  3532.             Super VideoWindows for IBM Micro Channel
  3533.             SuperVGA/MC Display Adapter, Ver. 3.0
  3534.             Sutherland-Schultz #5136-SD-MCA V1.0
  3535.             SX6232 IPI-3 Tape Controller
  3536.             SXG132 IPI-2 Disk Controller
  3537.             SY123/C or SY132B(F) or SY22BS
  3538.             Sync-Up 2/201
  3539.             Sync-Up 2/201/212
  3540.             Sync-Up 2/208/201
  3541.             Sync-Up 2/Multi-Protocol Adapter
  3542.             Sync-Up 2/T9628B
  3543.             Sync-Up 2/V.22 bis
  3544.             Sync-Up 2/V.32
  3545.             Sync-Up 2/V.32/5, 2/V.32/42b
  3546.             SyncLink 2400/2 or SyncLink 4824/2
  3547.             SYNERIS/PS
  3548.             SYNMOD Compact/PS
  3549.             SYNMOD/PS
  3550.             SYNMPI/PS
  3551.             SYSGEN PSH200 SCSI Host Adapter
  3552.             SYSGEN PST100 Tape Adapter
  3553.             SYSTEM GOLD COMMUNICATIONS CARD
  3554.             System One Audio Test System
  3555.             System Resource Card
  3556.             T.D.T. Single Pad Karte Asynchron MC
  3557.             T.D.T. Single Pad Karte Synchron MC
  3558.             TALLGRASS SCSI Adapter
  3559.             Tamarix / 2
  3560.             TC5046-T Ethernet Adapter
  3561.             Tecmar Floppy Tape Controller
  3562.             Tecmar HDE+ MCA SCSI Host Adapter
  3563.             Tecmar MCA QIC-02 Host Adapter w/ Data Compression
  3564.             Tecmar MCA SCSI Host Adapter
  3565.             Tecmar MicroRAM 386 Multifunction Board
  3566.             Tecmar MicroRAM Multifunction Board
  3567.             Tecmar MicroRAM SC Extended Memory Adapter
  3568.             Tecmar QT-60, QT-90, QT-125 Tape Drive
  3569.             Techlan Sync Comms Adapter
  3570.             Technology Concepts CCB
  3571.             Technology Concepts PCC, /IF, /MX
  3572.             Telebit Trailblazer Plus PS Internal Modem
  3573.             Terminal Emulation Adapter
  3574.             The Coax/2 Connection
  3575.             THE FAXPRO SERIES
  3576.             The IBM 3270 Connection Version A
  3577.             The IBM 3270 Connection Version B
  3578.             The ITI LinkUp COAX - 3270 Emulation Adapter
  3579.             The Quadram MainLink IIM - 3270 Connection
  3580.             Thomas-Conrad ARC-CARD/MC
  3581.             Thomas-Conrad TC4046 Token Ring
  3582.             Thomas-Conrad TC5046 16/32 bit Ethernet Adapter
  3583.             Thomas-Conrad TCNS/MC
  3584.             Tiara Computer Systems LANCARD A/II ARCNet Adapter
  3585.             Tiara LanCard/E * MC 10BT (AUI / 10BaseT UTP) Adapter
  3586.             Tiara LanCard/E * MC TWISTED PAIR Adapter
  3587.             Tiara LanCard/EII ETHERNET/CHEAPERNET Adapter
  3588.             Tiara Local Area Networks LANcard/A-II ARCnet Adapter
  3589.             Timer - Counter - Board
  3590.             TM-2400M
  3591.             Token Net 1000
  3592.             Token Ring Network Adapter
  3593.             TokenCombo-16 S/V
  3594.             TOPS FlashCard/MC LocalTalk Adapter
  3595.             Torus Ethernet Adapter/MC
  3596.             Trantor PS/2 SCSI Host Adapter
  3597.             Trantor T228 MicroChannel SCSI Host Adapter
  3598.             Trantor T260 SCSI Host Adapter
  3599.             TrueScan Version: PS/2 MCA. Calera Recognition Systems Inc.
  3600.             Truevision TARGA+
  3601.             Tseng Labs ET4000 VGA Adapter
  3602.             TSI Vista /2 #A
  3603.             TV Tuner
  3604.             Twinax Work Station Emulation Adapter
  3605.             U.S. Robotics Courier 2400 eps
  3606.             U.S. Robotics Courier PS/2 Modem
  3607.             uCCDA-04
  3608.             uCMBC-488
  3609.             uCMDB-64
  3610.             uCPIO-24 High Current Parallel Port Interface
  3611.             uCPIO-27
  3612.             UDC-8000-TI
  3613.             Ultra Clipper Rainbow
  3614.             UltraNet Network Processor
  3615.             Ungermann-Bass Net/One NIUps and NIUps/TR LAN Adapter
  3616.             Ungermann-Bass NICps/2 Ethernet LAN Adapter
  3617.             Unified Serial Adapter
  3618.             UNIMA
  3619.             UNX/II-4
  3620.             UNX/II-8
  3621.             UNX550/II-4
  3622.             UNX550/ii-8
  3623.             VBX200/MC by Natural MicroSystems
  3624.             VEN-TEL 2400 Modem
  3625.             VERITAS Signature Verification System
  3626.             Vermont Microsystems COBRA /2
  3627.             Vermont Microsystems Page Manager/2 Series 7 or 12
  3628.             VGA/NTSC - MC Video Conversion Card
  3629.             VGA/PAL - MC Video Conversion Card
  3630.             VIA
  3631.             Video Capture Adapter/A
  3632.             Video Capture Adapter/A with PAL
  3633.             Videogenesis/24
  3634.             VideoLogic DVA4000/MCA Adapter
  3635.             Viking PS/2 - 1600 Display Controller
  3636.             Viking PS2 Display Controller
  3637.             VIP 640M/PS
  3638.             VISION LOGIC Game Port Adapter
  3639.             VMEbus Adaptor with DMA
  3640.             VocalCard/Digital
  3641.             Voicecard 2000
  3642.             VP800 Digital Audio Playback Adapter
  3643.             VP883 Digital Audio Playback Adapter
  3644.             VTD Adapter
  3645.             Wall Data Datagate/Coax
  3646.             WAN Interface Co-Processor (WNIC)/X.25 Com. Interface
  3647.             Wang Microchannel Local Office Connection (MCLOC)
  3648.             Warp Speed - Phaser Two or Three Model 50+ Light Pen Port
  3649.             Watchdog Armor
  3650.             WATSON Board By Natural MicroSystems Corp.
  3651.             Western Digital WD8003ET/A Ethernet Adapter
  3652.             Western Digital WD8003ST/A Starlan Adapter
  3653.             WH-uCDB-PAR
  3654.             WinTwin
  3655.             X-Comm/M
  3656.             X-LINK File Accelerator/2-VBX
  3657.             X.21-CMC/BM
  3658.             XGA Display Adapter
  3659.             XGA Video Adapter
  3660.             XGA-2 Display Adapter/A
  3661.             XHR Gemini/2 118, 134, 158, 174, or 858
  3662.             XIONICS XIP-D Image Processor
  3663.             XPERT Communications Adapter
  3664.             XTEND Renaissance Expansion Board
  3665.             YARC u785+ COPROCESSOR
  3666.             Ziatech IEEE 488 Interface Adapter
  3667.  
  3668. ################################################################################
  3669.  
  3670.  
  3671.  
  3672.  
  3673.  
  3674.  
  3675.  
  3676.  
  3677.  
  3678.  
  3679.  
  3680.  
  3681.  
  3682.  
  3683.  
  3684.  
  3685.  
  3686.  
  3687.  
  3688.  
  3689.  
  3690.  
  3691.  
  3692.  
  3693.  
  3694.  
  3695.  ## Thanx #####################################################################
  3696.  
  3697.  I want especially thank to:
  3698.  
  3699.  ∙ Beta testers (Boris Hurínek, Igor Junas, Matús Rosa, Milan Marusinec...)
  3700.  ∙ Alex V. Potemkin and Potemkin's Hackers Group; avp@iron.misa.ac.ru
  3701.  ∙ Aad Offerman (CHIPLIST); offerman@einstein.et.tudelft.nl
  3702.  ∙ Ján Gúcik (IntroScope - a pretty good prg); jan.gucik@vslib.cz
  3703.  ∙ Jeremy Lilley (PROTECT! -ion); 75060.2074@compuserve.com
  3704.  ∙ Tomás Lehuta (GUS routs); lehuta@decef.elf.stuba.sk
  3705.  ∙ Peter Hubinsky (SAC fileadmin); hubak@elf.stuba.sk
  3706.  
  3707.  
  3708.  
  3709.  
  3710.  
  3711.  
  3712.  
  3713.  
  3714.  
  3715.  
  3716.  
  3717.  
  3718.  
  3719.  
  3720.  ## Disclaimer ################################################################
  3721.  
  3722.  ╔════════════════════════════════════════════════════════════════════════════╗
  3723.  ║  All product names are copyright and registered trademarks/tradenames of   ║
  3724.  ║                        their respective owners.                            ║
  3725.  ╚════════════════════════════════════════════════════════════════════════════╝
  3726.  
  3727.            HWiNFO IS COPYRIGHTED MATERIAL AND PROTECTED BY APPLICABLE
  3728.                COPYRIGHT LAWS AND INTERNATIONAL TREATY PROVISIONS.
  3729.  
  3730.  
  3731.     THE PROGRAM AND ITS DOCUMENTATION ARE COPYRIGHTED BY THE ORIGINAL
  3732.     PROGRAMMER/AUTHOR (COPYRIGHT HOLDER). ALL RIGHTS ARE RESERVED CONCERNING
  3733.     FUTURE CHANGES OF THE NAME AND CONTENTS OF THIS DISTRIBUTION PACKAGE. NO
  3734.     CHANGES MUST BE MADE FOR ANY REASONS AT ANY TIME BY ANYBODY IN ANY ASPECT,
  3735.     INCLUDING, BUT NOT LIMITED TO, MODIFICATION OF THE COPYRIGHT NOTICE OR
  3736.     CHANGES OF THE COMPILED BINARIES HEREBY ALTERING THE ORIGINALLY INTENDED
  3737.     PROGRAM EXECUTION FLOW.
  3738.  
  3739.     RealSoft SPECIFICALLY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, AND
  3740.     ALL LIABILITY, INCLUDING CONSEQUENTIAL AND OTHER INDIRECT DAMAGES, FOR
  3741.     THE USE OF THIS SOFTWARE, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY
  3742.     PROPRIETARY RIGHTS. RealSoft DOES NOT ASSUME ANY RESPONSIBILITY FOR ANY
  3743.     ERRORS WHICH MAY APPEAR IN THIS CODE NOR ANY RESPONSIBILITY TO UPDATE IT.
  3744.  
  3745.     THE PERSON USING THE SOFTWARE BEARS ALL RISKS AS TO THE QUALITY AND
  3746.     PERFORMANCE OF THIS SOFTWARE.
  3747.  
  3748.  
  3749.  
  3750.  ## END #######################################################################